Access Control
Authorizations
Api-TokenstringRequired
Pass the API token in the Api-Token
Path parameters
account_idinteger · int64 · min: 1RequiredExample:
Unique account ID
3229Query parameters
project_idsstring[]OptionalExample:
The identifiers of the projects for which to include the results
["3938"]inbox_idsstring[]OptionalExample:
The identifiers of the inboxes for which to include the results
["3757"]domain_idsstring[]OptionalExample:
The identifiers of the domains for which to include the results
["3883"]Responses
200
OK
application/json
401
Returns unauthorized error message. Check your credentials.
application/json
403
Returns forbidden error message. Check your permissions.
application/json
get
/api/accounts/{account_id}/account_accessesAuthorizations
Api-TokenstringRequired
Pass the API token in the Api-Token
Path parameters
account_idinteger · int64 · min: 1RequiredExample:
Unique account ID
3229account_access_idinteger · int64 · min: 1RequiredExample:
Unique account access ID
4788Responses
200
Returns confirmation of successful deletion and id of the deleted access.
application/json
401
Returns unauthorized error message. Check your credentials.
application/json
403
Returns forbidden error message. Check your permissions.
application/json
404
Returns not found error message
application/json
delete
/api/accounts/{account_id}/account_accesses/{account_access_id}Last updated
Was this helpful?

