Identity
API index, plus the identity of the calling credential when one is sent
Authorization
bearerAuth AuthorizationBearer <token>
A personal API key (psk_…) or an OAuth access token (plan_at_…). Scopes: read, write.
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1"{ "name": "string", "version": "string", "description": "string", "workspace": { "id": "string", "slug": "string", "name": "string" }, "scope": "read", "credential": "api_key", "authentication": {}, "links": { "property1": "string", "property2": "string" }}