Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Success
curl --request GET \
  --url https://api-staging.boost.xyz/inboxes/whitelist \
  --header 'Authorization: Bearer <token>'{
  "status": true
}This endpoint will check if the user is in the whitelist.
curl --request GET \
  --url https://api-staging.boost.xyz/inboxes/whitelist \
  --header 'Authorization: Bearer <token>'{
  "status": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success