Skip to main content

Get M2M Client Credentials

GET 

/v2/account/:account_id/m2m-credentials

Get an account's M2M client secret by account ID. Requires accountOrg:config:view or account:config:view permissions and for user to share an org with the account.

Request

Path Parameters

    account_id uuidrequired

    Account ID

Responses

Successful Response

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

Loading...