curl --request GET \
--url https://api.helpyousponsor.com/v1/donor/paypal \
--header 'Authorization: Bearer <token>'
{
"paypal_gateway_set": true,
"status": "success"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/donor/paypal \
--header 'Authorization: Bearer <token>'
{
"paypal_gateway_set": true,
"status": "success"
}