GET
/
account
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
application/json
200

The response is of type object.