Kodall
Develop App

REST API Security

The REST API security based on API keys involves authenticating and authorizing users to access specific resources and perform certain actions.

The REST API security based on API keys involves authenticating and authorizing users to access specific resources and perform certain actions.

How to use

To open the Rest API security view, navigate to Develop ➔ Rest API security.

Designer

Fields in the sidebar:

  1. Name - The name of the rest api security.
  2. API key hashed - The hashed api key.
  3. Login As (user name) - The user that gets impersonated in the ONE.
  4. Allow Entity GET - If the api call is allowed to use entity get.
  5. Allow Entity POST - If the api call is allowed to use entity post.
  6. Allow Entity DELETE - If the api call is allowed to use entity delete.
  7. Allow Workflow POST - If the api call is allowed to use methods/functions from a workflow.
  8. Allow Fetch POST - If the api call is allowed to use FETCH language to query the db through ONE.
  9. Allow Origin - The allowed origin for the api call.
  10. Allow IP Range - The allowed IP range for the api call.

Entity diagram:

Rendering diagram...