Saltar al contenido principal
GET
/
api
/
v1
/
consumptions
/
{id}
Retrieve a specific consumption record
curl --request GET \
  --url https://www.manglai.io/api/v1/consumptions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "data": {}
}

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

id
string
requerido

The unique identifier of the consumption record.

Respuesta

Successfully retrieved the consumption record.

id
string

The unique identifier of the consumption.

data
object

The detailed information about the consumption.