v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBAuthentication
Get who am I
Endpoint to get information about the owner of the access token.
get/business/v2/ping/whoami
Response
The returned resource is a minimal representation of a User.
Example response
{
"company_name": "Example Inc.",
"scopes": [
"ALL"
]
}