Skip to main content
All Partner API endpoints (other than the authentication endpoint itself) require a short-lived bearer access token. You get one by calling:

Request

Send your client ID and client secret as HTTP Basic credentials in the Authorization header — not in the request body.
No request body is required or accepted.

Response

A successful call returns:
There is no refresh token. When access_token expires, call this endpoint again with your client ID and client secret to get a new one.

Using the token

Pass the token as a bearer token on every subsequent request:
See Getting Products for the next step.

Errors

If you get a 401, double-check you’re sending the raw client secret from your onboarding email — not a hashed or re-encoded version of it. If you’ve lost the original secret, contact support@ndovu.co to have it rotated; we only ever store a one-way hash of it and cannot recover the original value.