Request
Send your client ID and client secret as HTTP Basic credentials in theAuthorization header — not in the request body.
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: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.
