API keys

Get an API key

GET/v1/workspaces/{workspaceId}/api-keys/{keyId}

Returns one API key without the secret. The owner can read a personal key. An admin can read any workspace key.

Authentication

Send your Spark API key with every request. The value is the full bearer token Spark returned when you created the key. See Authentication.

Authorization: Bearer <SPARK_API_KEY>

Path parameters

workspaceId

string

The workspace id.

keyId

string

The API key id.

Was this page helpful?