Sazabi
APIAuth

Get the current credential

GET
/me

Return the identity and available context for the current credential.

Response Body

application/json

curl -X GET "https://example.com/me"
{  "credentialType": "user",  "user": {    "id": "string",    "name": "string",    "email": "user@example.com"  },  "authorizedOrganizationId": "string",  "authorizedProjectId": "string",  "organizations": [    {      "id": "string",      "name": "string",      "slug": "string",      "logo": "string",      "role": "admin"    }  ]}