cURL
curl --request GET \ --url https://api.malga.io/v1/sessions/{id}/history \ --header 'X-Api-Key: <api-key>' \ --header 'X-Client-Id: <api-key>'
[ { "status": "created", "id": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ]
Identificação da sessão a ser recuperada
Created
Status da sessão
created
paid
canceled
voided
Identificação da sessão
Data de criação
Data da atualização
Was this page helpful?