API Keys
An alternate way to access Telmai APIs using API Key.
All Telmai APIs can be executed either with OAuth access token or API keys. Use apis listed below to create a key. Use this key in the header of the Telmai APIs instead of the Authorization bearer token like this:
X-TLM-Key:{API Key}
Execute Authenticate API to retrieve access token for Authorization header used below
get
https://demo.auth.telm.ai/auth/{tenant}/apiKeys
Retrieve API Keys for this tenant
post
https://demo.auth.telm.ai/auth/{tenant}/apiKeys
Add an API Key
get
https://demo.auth.telm.ai/auth/{{tenant}}/apiKeys/{{apiKeyId}}
Get details of an API Key
delete
https://demo.auth.telm.ai/auth/{{tenant}}/apiKeys/{{apiKeyId}}
Delete an API Key
Last modified 1yr ago