Skip to main content
GET
https://prod-api.raisedonors.com
/
api
/
Zapier
/
test
Test Zapier Connection
curl --request GET \
  --url https://prod-api.raisedonors.com/api/Zapier/test \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "organizationName": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Response

OK

message
string | null
organizationName
string | null
Last modified on June 5, 2026