cURL
curl --request GET \ --url https://api.givebutter.com/v1/plans/{plan} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "contact_id": "<string>", "first_name": "<string>", "last_name": "<string>", "email": "<string>", "phone": "<string>", "frequency": "<string>", "status": "<string>", "method": "<string>", "amount": "<string>", "fee_covered": "<string>", "created_at": "<string>", "updated_at": "<string>", "start_at": "<string>", "canceled_at": "<string>", "next_bill_date": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The plan uid
255
RecurringPlanResource
Was this page helpful?