FTM / Developers

Manage API keys →

Endpoint catalog

Browse signed API operations, required scopes, parameters and response formats.

Download OpenAPI ↓

Search by path, name or scope

Signed API · 2 endpoints

GET /service/api/v1/identity

Identify the current key

Authentication
Signed API
Required access
identity:read

Parameters

Request example
GET /service/api/v1/identity
200 OK
{
  "credential_id": "11111111-1111-4111-8111-111111111111",
  "owner_id": "22222222-2222-4222-8222-222222222222",
  "api_key": "ak_<public-key>",
  "name": "Production Server",
  "scopes": [
    "identity:read"
  ]
}