List user API keys

GET/v1/api-keys

List active user-managed API keys owned by the authenticated user. Platform session credentials and plaintext secrets are never returned.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
None.
Query parameters
None.

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200User API keysapplication/json
FieldTypeRequiredDescription
keysobject[]Yes
List user API keys
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow