Get the authenticated workspace identity
Returns the workspace the credential belongs to and the permissions the key holds. Use this to validate a key and label a connection. Requires only a valid key (no specific scope).
Returns the workspace the credential belongs to and the permissions the key holds. Use this to validate a key and label a connection. Requires only a valid key (no specific scope).
Authorization
ApiKeyAuth x-api-key<token>
API key created under Settings → API Keys. Scoped to a single workspace.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/me"{ "authMethod": "api_key", "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "slug": "string" }, "apiKey": { "id": "string", "permissions": { "property1": [ "string" ], "property2": [ "string" ] } }}