IntelliShift’s API Endpoints:
- IntelliShift Connect API:
-
IntelliShift Connect API
-
Authentication
- Method: POST
- URL: https://auth.intellishift.com/oauth/token
- Body:
{
"email": "email@domain.com",
"password": "PasswordHere"
}
-
Authentication
-
-
- Sent Using: raw JSON
-
Sample Response:
-
{"access_token": "Bearer Token Provided Here","scope": "Scope Response Here","expires_in": 86400,"token_type": "Bearer"}
-
-
-
- The Authentication will provide the user with a “Bearer Token” this will stay active for 24 hours or if the user makes another Authentication request, whichever comes first.
- If using the Swagger page for the API, the user must click Authorize, within the Authorization popup, the user must enter “bearer {token}”. Then click Authorize.
- In order for a specific user within the organization to be able to access the IntelliShift Connect API, the user must be enabled for “Connect API” permission.
Comments
0 comments
Article is closed for comments.