Skip to main content
GET
/
account
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>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

AccountResource

id
string
required
type
string
required
name
string
required
display_name
string
required
short_name
string
required
tagline
string
required
description
string
required
website
string
required
phone
string
required
email
string
required
facebook
string
required
linkedin
string
required
twitter
string
required
snapchat
string
required
instagram
string
required
tiktok
string
required
youtube
string
required
slug
string
required
url
string
required
former_stripe_account
boolean
required
cover
string
required
members
string
required
created_at
string
required
updated_at
string
required
school
object