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": "82aba896-9e37-45b6-aa90-d510c9050596",
"createdAt": "2022-11-11T16:35:38.870Z",
"updatedAt": "2022-11-11T16:35:38.870Z"
}
]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": "82aba896-9e37-45b6-aa90-d510c9050596",
"createdAt": "2022-11-11T16:35:38.870Z",
"updatedAt": "2022-11-11T16:35:38.870Z"
}
]Identificação da sessão a ser recuperada
Was this page helpful?