Api key
Provide your API key as the user and leave the password empty.
The API accepts 3 different authentication methods:
Provide your API key as the user and leave the password empty.
Flows to support OAuth 2.0
Flow type | implicit |
---|---|
Authorization URL | https://authserver.example/auth |
Scopes |
|
Flow type | password |
---|---|
Token URL | https://authserver.example/token |
Scopes |
|
Flow type | clientCredentials |
---|---|
Token URL | https://authserver.example/token |
Scopes |
|
Flow type | authorizationCode |
---|---|
Authorization URL | https://authserver.example/auth |
Token URL | https://authserver.example/token |
Refresh URL | https://authserver.example/refresh |
Scopes |
|
OpenID Connect is a simple identity layer on top of the OAuth 2.0 protocol. It enables Applications to verify the identity of End-Users based on the authentication performed by an Authorization Server.
The OpenID Connect URL for this API is: https://authserver.example/.well-known
.