cURL
curl --request GET \ --url https://api.givebutter.com/v1/account \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "type": "<string>", "name": "<string>", "logo": "<string>", "display_name": "<string>", "short_name": "<string>", "tagline": "<string>", "description": "<string>", "website": "<string>", "phone": "<string>", "email": "<string>", "facebook": "<string>", "linkedin": "<string>", "twitter": "<string>", "snapchat": "<string>", "instagram": "<string>", "tiktok": "<string>", "youtube": "<string>", "slug": "<string>", "url": "<string>", "former_stripe_account": true, "cover": "<string>", "members": "<string>", "created_at": "<string>", "updated_at": "<string>", "school": { "id": "<string>", "name": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
AccountResource
Show child attributes
Was this page helpful?