EaserixDocs
DevelopersAPI referenceAuth & accountsMe

Connected OAuth apps

Full sessions only.

View as Markdown
GET
/v1/me/grants
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/me/grants"
{  "grants": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "client_name": "string",      "org_id": "string",      "org_name": "string",      "org_kind": "string",      "last_used_at": "2019-08-24T14:15:22Z",      "created_at": "2019-08-24T14:15:22Z"    }  ]}