GET
/
chat
curl --request GET \
  --url https://api.crunchz.app/api/chat \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
number
required

Limit

offset
number
required

Offset

Response

200
application/json

RecentChatCollection

The response is of type object.