Renduo
Api referenceAuth

Authenticated account context

Returns the context of the authenticated organization — used by `renduo whoami`.

GET
/v1/auth/me
AuthorizationBearer <token>

Renduo API key sent as Authorization: Bearer rnd_live_XXXXXXXXXXXX (or rnd_test_... in test mode). See GET /v1/auth/me.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/auth/me"
{  "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",  "organizationName": "string",  "plan": "free",  "currentPeriod": "string",  "currentPeriodUsage": 0,  "planLimit": 0,  "environmentName": "string",  "keyPrefix": "string"}
{  "error": "string",  "message": "string",  "details": {},  "requestId": "string"}