Gallery Platform API
Reference

List a pipeline's stages

Returns the list's ordered stage vocabulary.

GET
/gallery/contact-lists/{id}/stages

Returns the list's ordered stage vocabulary.

Authorization

bearerAuth contacts:read
AuthorizationBearer <token>

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

In: header

Scope: contacts:read

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "data": [    {      "id": "string",      "list_id": "string",      "name": "string",      "position": -9007199254740991,      "created_at": "string"    }  ]}