Authenticate to Manhattan API
Authenticate and obtain an OAuth access token.
Before you begin
Before authenticating to an API, it is necessary to have an authorized user (OAuth resource owner) and an OAuth client.
Authentication information
Manhattan API supports the following OAuth 2.0 authorization grants (OAuth flows):
- Authorization Code Grant (web server flow)
- Resource Owner Password Credentials Grant (password flow)
Please contact your organization’s ActivePlatform™ administrator for the following OAuth settings:
| Setting | Description | Example |
|---|---|---|
| API URL | Manhattan Active API URL | https://<unique_id>.omni.manh.com |
| Username | The resource owner username | user@manh.com |
| Password | The resource owner password | h3ll0 |
| Client Id | API client id | <custom_client_id_created_by_your_admin> |
| Client Secret | API client password | <custom_client_secret_created_by_your_admin> |
| Token URL | URL for access token endpoint | https://<unique_id>-auth.omni.manh.com/oauth/token |
| Authorization URL | Authorization Code URL (web server flow) | https://<unique_id>-auth.omni.manh.com |
Authenticate from your code
For access to Manhattan API from your software, please see Call from your code
Authenticate using Postman
For access to Manhattan API from Postman, please see Call using Postman
What’s next
To learn more about calling an individual Manhattan API, please see the REST API documentation in our product sites:
Feedback
Was this page helpful?