Mangrove Documentation home page
Search...
⌘K
API Reference
Getting Started
Authentication
Status Codes
Pagination
Rate Limits
API Support
API Cookbooks
Push time series data
Production Data
Projects
Locations
Events
Datapoints
Evidence
Credit Inventory Management
Orders
Account Admin
Account
Get Started
Product Support
API Support
Mangrove Documentation home page
Search...
⌘K
Get Started
Product Support
API Support
Search...
Navigation
Getting Started
Authentication
Getting Started
Authentication
Authenticating with the Mangrove API.
For secure access to protected resources, requests to the Mangrove API need to be authenticated in order to identify the requesting party and their role.
Prerequisites
To connect to the API, make sure you have the following prerequisites in place:
Bearer Token
: Obtain a JWT access token
Making Authenticated API Requests
To make authenticated API requests, include the obtained access token in the
Authorization
header of your HTTP request:
Copy
Authorization: YOUR_ACCESS_TOKEN
Error Handling
Ensure your implementation handles various error scenarios, including token expiration, unauthorized access, and network errors.
Status Codes
Status codes returned by the Mangrove API.
Next
On this page
Prerequisites
Making Authenticated API Requests
Error Handling
Assistant
Responses are generated using AI and may contain mistakes.