v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Double the Donation

createOrganizationDoubleTheDonation

Create Organization Double The Donation Account

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

Path parameters

idinteger required
Example:82364

ID of desired Organization

Request body

public_keystring

Public key for DoubleTheDonation

private_keystring

Private key for DoubleTheDonation

Example request

{
  "public_key": "2j9VhYMySDkLAEeB",
  "private_key": "2j9VhYMySDkLAEeB"
}

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"
}