Rilevamento
The key's Organization, Role and id
GET
/api/v1/whoamiTi serve una chiave API dell'organizzazione.
Authorization
apiKey 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" }}