Identity
Returns basic information about your API key.
Suitable as a first verification call after obtaining a key.
GET /api/v1/Identity
Parameters
This endpoint has no parameters.
Response
| Field | Type | Description |
|---|---|---|
IdKey | string | Your API key identifier |
IdCompany | uuid | Your company identifier |
IpAuthorizationEnabled | bool | Whether IP authorization is enabled |
AllowedIpAddresses | string[] | List of allowed IP addresses |
Note
General authentication rules, rate limits and error states are described in: