Skip to main content

Overview

Neuro-Pay authenticates requests with a company API key. Send the key in the Authorization header:

How to create keys

Create API keys in: Company Admin → API keys Apikey admin screenshot Available key-management options include:
  • Test or Live key type
  • optional expiry date
  • optional allowed IPs
  • human-friendly key name

Required headers

Most requests should include:

Error behavior

Typical responses include:
  • 403 Forbidden for missing, invalid, or expired API keys
  • 400 Bad Request for missing required parameters or invalid values

Endpoint available without an API key

The CO2 token lookup endpoint can be requested without an API key:

Example