Authentication

Ottu works with three authentication types:

Basic authentication, token authentication, and API key

Username and password are required. The permission access for the user to be defined

It should be mentioned as below:

Header: Authorization

Username:*******

Password:*******

It is obsolete and only for legacy.

Gives the ability to use everything without permission.

It should be mentioned as below:

Header: Authorization

Value: Api-Key {{api_key}}

How to get API key

Click on add API key

Name: required Max length 50

Revoke: optional once checked the API key can not be used anymore.

Expires: optional once the API gets expired, it can not be used anymore.

API key provided

API key will be provided only one time, so it is recommended to be stored somewhere safe.

Last updated