Authentication
Automatically authenticate user information.
POST https://api.received.ai/auth/login
POST https://api.received.ai/auth/logout
POST https://api.received.ai/auth/keys/generate
GET https://api.received.ai/auth/keys/list
DELETE https://api.received.ai/auth/user/<api_keyAuthenticate API user
API Login
POST https://api.received.ai/auth/login{
"api_key": "{{api_key}}",
"password": "{{api_password}}"
}Responses
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZIjoiSm9obiBEb2UiLCJpYXQiOjE1MTYyMzkwMjJ9.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"Schema
Term
Type
Description
Example
API Key Generation
Admin Login
Response
Generating API key
Response
Explore More APIs
Admin Logout
List API Keys
Delete API key
Last updated