S
Sequel REST API
Details
- URL
-
https://api.introvoke.com/api - Docs
- https://docs.introvoke.com/reference
Authentication
Authorization: Bearer <credential> First obtain Sequel API client credentials from the Sequel admin dashboard. Then POST JSON to `https://api.introvoke.com/api/oauth/token` with client_id, client_secret, audience=https://www.introvoke.com/api, and grant_type=client_credentials as shown in Getting Started with Sequel. Use the returned access_token as a Bearer token when calling the API.