v1

latestOpenAPI 3.0.32026-07-264955102.7 KB
Partner

Get account

Returns the status and activation state of an account you provisioned. Requires the PARTNER scope.

get/v2/api/partner/accounts/{id}

Path parameters

idstring required

The account id returned on create.

Response

Account

Example response

{
  "data": {
    "id": "usr_2Nf...",
    "api_key": "b1c2...",
    "phone_numbers": [
      "+33712345678"
    ],
    "status": "ACTIVE",
    "partner_client_ref": "crm-12345"
  }
}