Connect Domain
API referenceApplications

List API keys (hash never returned; last4 only)

GET
/applications/{id}/keys
AuthorizationBearer <token>

API key: sk_test_… / sk_live_… (hashed at rest, scoped)

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/applications/497f6eca-6276-4993-bfeb-53cbbbba6f08/keys"
{  "data": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "name": "string",      "last4": "string",      "environment": "test",      "scopes": [        "connections:read"      ],      "last_used_at": "2019-08-24T14:15:22Z",      "revoked_at": "2019-08-24T14:15:22Z"    }  ]}
{  "error": {    "code": "string",    "message": "string",    "details": null  }}