Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

PLEASE READ: All REST API endpoints must be in lower-case letters. Upper-case letters may cause latency or failure.

...

Header Value: Bearer {{Quik! OAuth Token}}  (For example, "Bearer cSEKkmV3bGGpYjfGDlQ87DI37HtI5YYMg...")


You may be able to use a single token multiple times across different service depending on the duration of the token and whether it can be regenerated. In case a request to any of our APIs returns a 401 Unauthorized error, then it means that the Quik! OAuth token expired or is invalid, so a new one must be generated.

NOTE: Tokens expire after 24 hours1 hour.

How to Get a Quik! OAuth Token

...

Http Method - POST

Content-Type - application/x-www-form-urlencoded

Body - grant_type=password&username={{Quik! Username}}&password={{Quik! Password}}

...