Familiarize yourself with the API authentication method implemented in each Maya solution.
Method | Description | Use Cases / Solutions |
---|---|---|
Basic Authentication | Use your API credentials, either the PUBLIC KEY or SECRET KEY to authenticate the request. |
|
OAuth 2.0 Authentication | Use the client credentials to authenticate the API consumers by generating tokens to access the APIs that require Bearer Authentication. |
|