Gallery Platform API
ReferenceGalleryArtistsId

Get an artist

Get one artist in the gallery's organization by id.

GET
/gallery/artists/{id}

Get one artist in the gallery's organization by id.

Authorization

bearerAuth artworks:read
AuthorizationBearer <token>

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

In: header

Scope: artworks:read

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/gallery/artists/{id}"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "sort_name": "string",  "nationality": "string",  "birth_year": -9007199254740991,  "death_year": -9007199254740991,  "biography": "string",  "website_url": "string",  "created_at": "string"}