Skip to main content
POST
Connect User to NOX with Supplier OAuth

Authorizations

x-api-key
string
header
required

API key for authentication. You can also use 'Authorization: ApiKey YOUR_KEY' header.

Body

application/json
manufacturer_user_id
string
required

The manufacturer's unique identifier for the user

Example:

"mfr_user_123"

redirect_url
string<uri>
required

URL where the user will be redirected after completing the supplier OAuth flow

Example:

"https://manufacturer-app.com/callback"

device_ids
string[]

Optional list of device IDs to associate with this connection

Example:
language
string
default:en

Language code for the OAuth redirect page UI (e.g., 'en', 'nl', 'fr')

Example:

"en"

Response

Connection initiated successfully. Redirect user to link_url for OAuth flow.

success
boolean
Example:

true

timestamp
integer

Unix timestamp

Example:

1703123456

data
object