Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Chariot Grant Requests API

The Grant Requests API from Chariot — 4 operation(s) for grant requests.

Chariot Grant Requests API is one of 29 APIs that Chariot publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Grant Requests. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 4 operations across 4 paths, and defines 6 schemas. It is described by OpenAPI 3.0.0, at version 6.0.

Requests are made against 2 base URLs: https://api.givechariot.com/fdx/v6, https://devapi.givechariot.com/fdx/v6.

4 operations 4 paths 6 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
6.0
Base URL
https://api.givechariot.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Chariot Grant Requests API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 2 scopes. By default, every request must be authenticated.

  • oauth2 — OAuth 2.0 Bearer token. A client may hold both scopes, but each FDX authorization must contain exactly one — they are mutually exclusive per authorization. An…

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Grant Requests 4
GET
/v1/grant_requests
List Grant Requests
list-grant-requests 3 params → 200400401403500
GET
/v1/grant_requests/{id}
Get Grant Request
get-grant-request 1 param → 200400401403404500
POST
/v1/grant_requests/{id}/submit
Submit Grant Request
submit-grant-request 1 param body → 200400401403404409412500
POST
/v1/grant_requests/{id}/reject
Reject Grant Request
reject-grant-request 1 param body → 200400401403404409500

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are GrantRequest (15 properties), GrantRequestDonorContactAddress (5 properties), ProblemDetails (4 properties), GrantRequestDonorContact (4 properties). Each schema is shown below with its type and property counts.

GrantRequestFrequency
string
How often the donor intends this grant to recur. Only frequencies enabled in your DAF Provider settings will appear on Grant Requests.
GrantRequestDonorContact
object
A snapshot of the donor's contact information captured for this Grant Request.
4 properties
GrantRequestDonorContactAddress
object
The donor's mailing address at the time of the Grant Request.
5 properties
GrantRequest
object
A Grant Request is a donation intent submitted by a donor through the DAFpay payment option, addressed to a specific nonprofit. The DAF Provider is responsible…
15 properties 9 required
GrantRequestStatus
string
The lifecycle status of a Grant Request. - awaitingaccountdecision: The linked Donor Account is not yet approved. Advances automatically when the account is ap…
ProblemDetails
object
RFC 7807 problem-details error (media type application/problem+json). The status field is an integer HTTP status code.
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

chariot-grant-requests-api-openapi.yml Raw ↑

Other APIs Chariot publishes across the network.

Chariot Accounts API
Chariot Authorization Tokens API
Chariot Connects API
Chariot Contact API
Chariot Customers API
Chariot deposits API
Chariot disbursements API
Chariot donations API
Chariot Donor Accounts API
Chariot Donor Advised Funds API
Chariot Event Subscriptions API
Chariot Events API