API Keys

Manage API keys for integrating with the NXT Labs API

API Key Management
API key provisioning is not yet available in the partner portal. Contact NXT Labs support to request API access for your organization.

Once provisioned, your API keys will appear here and you will be able to manage access and rotate credentials.

Quick Start
How to authenticate once you have an API key

Example Request

curl -X GET https://api.nxtlabs.com/v1/orders \
  -H "Authorization: Bearer nxt_live_your_api_key"