API Reference

Authenticate

Request properties

RAW BODY:

KeyTypeDescription
client_idStringThe api key provided upon your subscription to the platform as a client
client_secretStringThe api secret provided upon your subscription to the platform as a client
audienceStringThe audience for which the token is intended (always https://auth.app.enquire.ai)
grant_typeStringThe type of grant for which the token is intended (always "client_credentials")

Response properties

KeyTypeDescription
id_tokenStringThe Json Web Token (authentication authorization token)
Language
Click Try It! to start a request and see the response here!