Welcome
The OAuth API provides an OAuth2 token endpoint for authenticating with Unomiq APIs.How it works
Use the client credentials grant type with your API key and secret to obtain an access token. The returned bearer token can then be used to authenticate requests to the Gateway, Economic Engine, and Management APIs.Base URL
https://oauth-api.unomiq.com
All endpoints are relative to this base URL.