Skip to main content
Skip table of contents

Authorization

Process prerequisites:

Access keys must be generated


URL base

CODE
https://integration-360-api.nddprint.com/integration-360-api

Token

This endpoint is used to generate the authorization token.

POST

CODE
api/v1/token

Request body: The following parameters must be included in the request body as JSON data.

  • clientID (string): Application ID.

  • SecretKey (string): Access key.

Example of request:

CODE
POST api/v1/token
Content-Type: application/json

{
  "clientID": "089d290d78df42caa3f6d3381f1239a1",
  "SecretKey": "4AuU09R3FZJWk4XhMHAAbXIkQw3oydFUF8VFlP0QkHI="
}

Success response: If the request is successful, you will get a 200 OK status response with the token.

Example answer:

CODE
Status: 200 OK
Content-Type: application/json

{
    "accessToken": "eyJhbNiIyNEIxRjJGM0ZENT
    U4NjMyQTUzNzkiLCJ0eXd3QiLI5cl9sT29lYWxU
    0a3NmTHpfVldHTXFVM2sifQ.eyJuYmYiOjE2ODk
    ImV4cCI6MTY5MjI3Njc1OCwiaXNzIjopbnQuY2d
    taW50ZWdyYXRpb24tMzYwLWFwaSIsImNsaWVudF
    9pZCI6IjA4OWQyOTBkNzVkZjQyY2FhM2Y2ZDMzO
    DFmNTM1OWExIiwiY2xpZW50X2VudCI6IkVFLUEy
    LThDLTlGLTVBLTLTMUiOlsibmRkcH4tMzYwLWFw
    yjerZ4W_Oqx1Lzg6tczPh8wgVgFt82-4LoUrEI_
    c5TyiCtIAGdUAtzGIf-qriULPCkc_jOIpWYk4T0",
    "expiresIn": 2592000,
    "tokenType": "Bearer"
}

Error responses:

  • Status 400 Bad Request: The request is missing the body or some required parameter.

{{component-feedback-article}}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.