POST
/
api
/
v1
/
eai-gateway
/
history
Get User History
curl --request POST \
  --url https://services.staging.app.dados.rio/eai-agent/api/v1/eai-gateway/history \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "user_id": "<string>",
  "session_timeout_seconds": 3600,
  "use_whatsapp_format": false
}'
{
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.