- Support
- What authentication does the ItemPath API use?
-
Account & Licensing
-
Installing & Updating
-
Power Pick Connections
-
Data Push & Data Pull
-
API
-
Reports
-
Snapshots & Dashboard
-
Workflows
What authentication does the ItemPath API use?
The ItemPath API uses token-based authentication in order to validate user access. This is OAuth 2 standard. In order to make requests through the API, you must include an access token in the header of the API request.
To receive a token, you must first log in to the API. You can do this using the login API call. Your JWT tokens will be returned on a successful login. For more information and examples of these tokens, see the full documentation or see the lesson in the API course.
In addition to logging in with a secure ItemPath user, it's also possible to use SSO. Check out this guide to see what's required for Azure MSAL SSO configuration.
Resources
To learn more about ItemPath and see it in action, please book a demo with our sales team. In the meantime, here are some of our popular articles and key topics.
API
Authentication
The ItemPath API uses token-based authentication in order to validate user access. This is OAuth 2 standard. In order to make requests through the API, you must include an access token ...
API
How do I log in to the API?
Before being able to access endpoints in the API, you'll need to have a username and password. The default user and password is available during the install process. Otherwise, you'll ...
API
How long does my token last?
When you log in using a regular ItemPath user, you receive two tokens. Access token: This token is used to authenticate your requests to the ItemPath API. It expires after 15 ...