Create Connect
Get an existing connect or create a new connect for an existing nonprofit organization.
The returned Connect can be used to integrate the client-side Chariot Connect component using the id
property (CID) and also query for data generated from the Chariot Connect instance using the connect_id query parameter in any of the List Grants API endpoints.
Only one Connect object can be created per organization.
If one already exists, this will return a 200 OK
status with the existing object.
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
Response
The unique identifier for this object. This is also the ‘publishable’ cid to use for initializing Connect for client-side integration.
(deprecated) A secure token that can be used to make M2M API calls to read data generated by this object.