Skip to main content

Get Client Secret

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.

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...