List Terminal locations
Lists the Stripe Terminal locations registered for the gallery, oldest first.
Lists the Stripe Terminal locations registered for the gallery, oldest first.
Authorization
bearerAuth payments:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: payments: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", "stripe_location_id": "string", "display_name": "string", "livemode": true, "created_at": "string", "updated_at": "string" } ], "next_cursor": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}Create a Terminal connection token POST
Mints a single-use Stripe Terminal connection token on the gallery's connected account, optionally scoped to a registered location. Requires a connected Stripe account with charges enabled.
Ingest traffic samples POST
Upserts a batch of anonymous aggregate visitor counts on the unique (sensor_id, bucket_start) key, so replayed at-least-once uplinks are free. Written by a device key holding `traffic:create`. No per-sample event is emitted.