GET
/
admin
/
commitments
/
{commitment_id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/commitments/{commitment_id} \
  --header 'Authorization: Bearer <token>'
{
  "commitment": {},
  "the_donor": "<string>",
  "dntns": {},
  "next": "<string>",
  "programs": [
    {}
  ],
  "donor_entity": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

commitment_id
integer
required

The id of the commitment to get

Response

200
application/json
Successful operation
commitment
object
the_donor
string
dntns
object
next
string
programs
object[]
donor_entity
object