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

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"