Get Client Secret
GET /v1/account/{account_id}/m2m-credentials
GET
/v1/account/{account_id}/m2m-credentials
Get an account’s M2M client secret by account ID, requires globalAdmin:: permissions, accountOrg:config:view or account:config:view permissions for matching organization.
Authorizations
Parameters
Path Parameters
account_id
required
Account ID
string format: uuid
Account ID
Responses
200
Successful Response
object
account_id
required
The client ID
string format: uuid
client_secret
required
The client secret for the M2M Account
string
description
A description of the M2M Account
string
org_id
The Org ID the M2M Account belongs to
string format: uuid
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string