Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
{
"agent_id": "<string>",
"shared_with": [
"<string>"
]
}Get a list of all emails this agent has been shared with
{
"agent_id": "<string>",
"shared_with": [
"<string>"
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.