cURL
curl --request POST \ --url https://api.givebutter.com/v1/funds \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "code": "<string>" } '
{ "id": "<string>", "code": "<string>", "name": "<string>", "raised": 123, "supporters": 123, "created_at": "<string>", "updated_at": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
255
FundResource
Was this page helpful?