Gallery Platform API
Reference

Get the organization

Reads the organization scoped to the API key.

GET
/org

Reads the organization scoped to the API key.

Authorization

bearerAuth org:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: org:read

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "id": "string",  "slug": "string",  "name": "string",  "plan": "string",  "type": "string",  "created_at": "string",  "updated_at": "string"}