GET
/
inboxes
/
whitelist
curl --request GET \
  --url https://api-staging.boost.xyz/inboxes/whitelist \
  --header 'Authorization: Bearer <token>'
{
  "status": true
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Success
status
boolean
required