Registers

Register object

Get registers

get
/v1/registers

This operation returns a list of registers.

Note: This operation needs Authentication and supports the following JSON:API features:

  • Relationships - outlet using include query parameter.

  • Sparse fieldsets - supports all fields of registers and related resources with fields query parameter.

Authorizations
AuthorizationstringRequired

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Query parameters
page[size]integer · int32 · min: 1 · max: 1000Optional

The number of resources to return in a single response.

page[before]string · min: 1 · max: 36Optional

Unique identifier.

Pattern: ^[a-zA-Z0-9-]+$
page[after]string · min: 1 · max: 36Optional

Unique identifier.

Pattern: ^[a-zA-Z0-9-]+$
Responses
chevron-right
200

Successful response with registers data in JSON:API format.

application/vnd.api+json
get
/v1/registers

Get register

get
/v1/registers/{id}

A register represents a terminal or cash register within an outlet, used to issue invoices. Each register is uniquely identified within its outlet and can either be physical or virtual.

Note: This operation needs Authentication and supports the following JSON:API features:

  • Relationships - outlet using include query parameter.

  • Sparse fieldsets - supports all fields of register and related resources with fields query parameter.

Authorizations
AuthorizationstringRequired

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path parameters
idstring · uuid · min: 36 · max: 36Required

Universally unique ID UUID4.

Example: 5efa8b3c-b930-4b31-918d-95ab0e212e64
Query parameters
includestring[] · max: 1Optional

include query parameter to allow the client to customize which related resource should be returned.

Responses
chevron-right
200

Successful response with registers data in JSON:API format.

application/vnd.api+json
get
/v1/registers/{id}

Last updated

Was this helpful?