v1

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Authentication

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.

company_namestring

The company name of the user.

scopesstring[]

The list of the scopes granted for the API Key.

Example response

{
  "company_name": "Example Inc.",
  "scopes": [
    "ALL"
  ]
}