GET
/
donor
/
paypal
curl --request GET \
  --url https://api.helpyousponsor.com/v1/donor/paypal \
  --header 'Authorization: Bearer <token>'
{
  "paypal_gateway_set": true,
  "status": "success"
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Success
paypal_gateway_set
boolean
Example:

true

status
string
Example:

"success"