Teammates
Give and adjust account access.
Retrieve access requests
GET /v3/scopes/requests
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve a list of all recent access requests.
The Response Header's link
parameter will include pagination info.
Authentication
- API Key
Headers
Authorization
string
default: Bearer <<YOUR_API_KEY_HERE>>
required
Query String
limit
integer
Optional field to limit the number of results returned.
default: 50offset
integer
Optional beginning point in the list to retrieve from.
default: 0Responses
array[object]
id
integer
Request ID
scope_group_name
string
Name of group of scopes associated to page teammate is requesting access to
username
string
Teammate's username
email
string
Teammate's email
first_name
string
Teammate's first name
last_name
string
Teammate's last name
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.