Skip to main content
GET
/
admin
/
contacts
Get all contact submissions
curl --request GET \
  --url https://api.example.com/admin/contacts \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

contacted
boolean

Filter by contacted status

limit
number

Items per page (default: 10)

page
number

Page number (default: 1)

Response

200

Returns all contact submissions