Recuperar o histórico da sessão
Visão Geral
Tokens
Charges
Sessions
Customers
Merchants
Vendors
Sellers
Webhooks
Reports
Recuperar o histórico da sessão
GET
/
v1
/
sessions
/
{id}
/
history
curl --request GET \
--url https://api.malga.io/v1/sessions/{id}/history \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>'
{
"0": {
"status": "created",
"id": "82aba896-9e37-45b6-aa90-d510c9050596",
"createdAt": "2022-11-11T16:35:38.870Z",
"updatedAt": "2022-11-11T16:35:38.870Z"
}
}
Path Parameters
Identificação da sessão a ser recuperada
Was this page helpful?
curl --request GET \
--url https://api.malga.io/v1/sessions/{id}/history \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>'
{
"0": {
"status": "created",
"id": "82aba896-9e37-45b6-aa90-d510c9050596",
"createdAt": "2022-11-11T16:35:38.870Z",
"updatedAt": "2022-11-11T16:35:38.870Z"
}
}