Skip to main content
The nexroute API uses API keys to authenticate requests.

Authentication Header

Authentication to the API is performed via the X-API-Key header. You must include your API key in every request to the API.

Example Request

Here is an example of a request authenticated with an API key:

Error Codes

If your API key is missing, invalid, or expired, the API will return a 401 Unauthorized error.
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, etc.