client_id and a masked client_secret, which you can use to confirm the credentials currently active for your Integration API access.
Endpoint
Authentication
All requests must include a valid Dashboard Bearer token in theAuthorization header.
| Header | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Bearer <token> — obtain from Login |
Content-Type | string | Yes | application/json |
Request Body
This endpoint requires no request body.Response
A successful response returns yourAPIKey object containing your client_id and a masked representation of your client_secret.
| Field | Type | Description |
|---|---|---|
client_id | string | Your unique Integration API client identifier |
client_secret | string | Masked version of your current client secret |