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
The response is of type object
.