v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Double the Donation

fetchOrganizationDoubleTheDonation

Retrieves a Double The Donation Account for a specific Organization

get/organizations/{id}/double-the-donation

Path parameters

idinteger required
Example:82364

The specified Organization ID

Response

Success

idinteger

Primary identifier of record

organization_idinteger

Primary identifier of associated Organization

public_keystring

Public key for DoubleTheDonation

Example response

{
  "id": 93823,
  "organization_id": 82364,
  "public_key": "2j9VhYMySDkLAEeB"
}