Audienti API

This is based on an writeup on building a secure API in Rails from here and here

The Audienti API is a versioned API, currently at v1 (THIS IS NOT IMPLEMENTED YET).

Version 1 scope

  • The API only consumes and responds with JSON.

  • The API uses Devise for API keys. An API key is available to each user. And, this API only provides access to items that would be available to that user in using the traditional UI.

  • The API is primarily being setup to allow JSON requests for the Workflow builder. Though, it is assumed that we will expand this rapidly in the coming weeks and months.

  • The API is read only.

Last updated