Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
curl --request GET \
--url https://api.helpyousponsor.com/v1/donor/paypal \
--header 'Authorization: Bearer <token>'{
"paypal_gateway_set": true,
"status": "success"
}