v1

latestOpenAPI 3.1.02026-07-221206394.4 KB
API keys

Get current API key

Returns metadata for the API key used to authenticate this request.

get/v1/keys/current

Response

The current API key.

Example response

{
  "data": {
    "id": "665f1c2a9b1e4a0012a3b4c5",
    "name": "Production sync",
    "keyLastFour": "here",
    "clientId": "ci_your_client_id_here"
  }
}