Permissions
get
Auth Access endpoint
Authorizations
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
X-API-KEYstringRequired
Responses
200Success
application/json
get
/api/auth/access200Success
Last updated
Was this helpful?
Auth Access endpoint
Last updated
Was this helpful?
Was this helpful?
GET /api/auth/access HTTP/1.1
Host:
X-BUSINESS-ID: YOUR_API_KEY
X-USER-ID: YOUR_API_KEY
X-API-KEY: YOUR_API_KEY
Accept: */*
{
"sections": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"contacts": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"custom_objects": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"scheduled_activities": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"smart_connectors": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"can_add_business": true
}