Comerzly

These endpoints are dedicated to retrieve ticket.

Ticket

Retrieve ticket.

HTTP Request
Request type

GET

Endpoint

https://api.datenly.com/api/comerzly/ticket/<TICKET_UUID>

Parameters
Parameter Type Description
TICKET_UUID (*) String Ticket uuid
Response Parameters
Parameter Type Description
status Boolean Processing status of your request
ticket Object Objejct contrain ticket data
ticket.uuid String Ticket uuid
ticket.brand String Ticket brand
ticket.storage_url String URL to download the ticket
ticket.point_of_sale String Point of sale to which the tickets are attached
ticket.pos_id Int Pos id the ticket is attached to
ticket.access_key String Internal ticket access key
ticket.last_read_time String Last time a customer had access to the ticket
ticket.created_time String Creation date
ticket.user_ref String Reference of the user who download the ticket
Example
Request
curl 'https://api.datenly.com/api/comerzly/ticket/<TICKET_UUID>' \
-H "Authorization: <token>"
Response