Gallery Platform API
Reference

List tax registrations

Returns the gallery's per-state sales-tax registration status, used by the economic-nexus report to flag where the gallery must register.

GET
/gallery/tax-registrations

Returns the gallery's per-state sales-tax registration status, used by the economic-nexus report to flag where the gallery must register.

Authorization

bearerAuth sales:read
AuthorizationBearer <token>

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

In: header

Scope: sales:read

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",      "country": "string",      "state": "string",      "status": "not_registered",      "registered_at": "string",      "registration_number": "string",      "note": "string",      "created_at": "string",      "updated_at": "string"    }  ]}