Getting the authentication token
To obtain the token needed to make calls on the integration API, you need to make a call on the NDD Identity API with the following data:
method: POST
url: https://auth.nddorbix.com/connect/token
body:
grant_type: client_credentials
scope: {scope}
client_id: {client_id}
client_secret: {secret}
NDD considers this a per-provider merge. Thus, the {client_id}
and the {secret}
of one provider cannot be reused in the integration of another provider(s).
To get the {client_id}
and the {secret}
of one provider, open a ticket on the portal: https://suporte.ndd.tech/.
If you need support regarding portal access, please contact the Call Center at +55 (049) 3251-8007.
Available Scopes
API | Scope |
---|---|
nddsmart-printer-external-integration-api | |
nddsmart-core-external-integration-api | |
nddsmart-stock-external-integration-api | |
nddsmart-computer-external-integration-api | |
nddsmart-printqueue-external-integration-api | |
nddsmart-software-external-integration-api |
To get the token, more than one scope can be used in the same call.