Ciele
Rilevamento

The key's Organization, Role and id

GET/api/v1/whoami

Ti serve una chiave API dell'organizzazione.

AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/whoami"
{  "organizationId": "string",  "role": "owner",  "keyId": "string"}
{  "error": {    "code": "string",    "message": "string"  }}