API referenceConnection
Check your connection
Verify your API key and find its workspace, creator and permission mask.
Permissions: Any valid API key.
GET
/meAuthorization
bearerAuth AuthorizationBearer <token>
Create a key in Aventra → Innstillinger → API-nøkler.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/me" \ -H "Authorization: Bearer $AVENTRA_API_KEY"{ "data": { "tenant_id": "c9bb281a-6b23-48eb-8a0c-fd523748c54f", "user_id": "f52b3fd3-5ff4-4d93-91c5-6ac79e21cdd5", "permissions": 207 }}See authentication, errors and retry guidance.