Get My M2M Client Credentials
GET/v2/account/me/m2m-credentials
Get my M2M client secret.
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
account_id uuidrequired
The client ID
client_secret Client Secret (string)required
The client secret for the M2M Account
description Description (string)
A description of the M2M Account
org_id uuid
The Org ID the M2M Account belongs to
{
"account_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"client_secret": "string",
"description": "string",
"org_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Loading...