provider Teammates GET /scopes/requests
@utdk/sendgrid /scopes/requests
Retrieve access requests
**This endpoint allows you to retrieve a list of all recent access requests.** The Response Header's `link` parameter will include pagination info.
limit query
Optional field to limit the number of results returned.
integer
offset query
Optional beginning point in the list to retrieve from.
integer

Try it

Authentication
Configure credentials for Email Activity (beta)
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getV3ScopesRequests
GET/scopes/requests
**This endpoint allows you to retrieve a list of all recent access requests.** The Response Header's `link` parameter will include pagination info.

Optional field to limit the number of results returned.

Optional beginning point in the list to retrieve from.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.getV3ScopesRequests({
  "limit": 50,
  "offset": 0
})