GET
/
contact
cURL
curl --request GET \
  --url https://api.crunchz.app/api/contact \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:50

Limit (optional, default: 50, min: 1, max: 100)

Required range: 1 <= x <= 100
offset
integer
default:0

Offset (optional, default: 0, min: 0)

Required range: x >= 0

Response

200
application/json

The response is of type string.