Cowdidocs
API ReferenceMy access

Get My Access Legacy

Deprecated

GET
/v1/me/access

Response Body

application/json

curl -X GET "https://example.com/v1/me/access"
{  "organization": "string",  "roles": [    {      "role_key": "string",      "display_name": "string",      "organization_id": "string"    }  ],  "permissions": [    {      "code": "string",      "scope": "OWN"    }  ],  "relationships": [    {      "relation": "string",      "object_type": "string",      "object_id": "463a83d0-a816-4902-abba-2486e0c0a0bb"    }  ]}