Skip to main content
GET
/
account
Show Account Settings
curl --request GET \
  --url https://app.gomangrove.com/api/v1/account \
  --header 'Authorization: <api-key>'
{
  "id": 100,
  "name": "Southeast CarbonCo",
  "primary_color": null,
  "logo_url": null,
  "secondary_color": null,
  "date_format": "mdy"
}

Authorizations

Authorization
string
header
required

Response

200

id
integer
default:0
Example:

100

name
string
Example:

"Southeast CarbonCo"

primary_color
any
logo_url
any
secondary_color
any
date_format
string
Example:

"mdy"