API Keys
An alternate way to access Telmai APIs using API Key.
Last updated
An alternate way to access Telmai APIs using API Key.
Last updated
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:
Execute Authenticate API to retrieve access token for Authorization header used below
Tenant Id can be retrieved from the UI as listed .
GET
https://env1.telm.ai/api/auth/auth/{tenant}/apiKeys
POST
https://env1.telm.ai/api/auth/auth/{tenant}/apiKeys
GET
https://env1.telm.ai/api/auth/auth/{{tenant}}/apiKeys/{{apiKeyId}}
DELETE
https://env1.telm.ai/api/auth/auth/{{tenant}}/apiKeys/{{apiKeyId}}
tenant*
String
Tenant Id
Authorization
String
Bearer {{token}}
name*
String
Name of the API Key
tenant*
String
Tenant Id
Authorization*
String
Bearer {{token}}
tenant*
String
Tenant Id
Authorization*
String
Bearer {{token}}
tenant*
String
Tenant Id
Authorization*
String
Bearer {{token}}