UnauthorizedCall
Execute target API without authentication token
Description
Use the whitelist to execute the target API without an authentication token.
- Pre-registration on the whitelist is required
- For pre-registration, please contact Hexabase individually.
- Only GET and POST APIs are supported
Method
POST
Request URL Format
/api/v0/auth/unauthorized-call
Request URL Sample
POST https://api.xxx.com/api/v0/auth/unauthorized-call
Payload
When ItemList(POST) is specified
{
"workspace_id": "xxxxxxxxxxxxx",
"url": "/api/v0/applications/APPNAME/datastores/DATABASEID/items/search",
"method": "POST",
"params": {
"conditions": [],
"per_page": 1,
"page": 1,
"include_fields_data": true,
"use_display_id": true
}
}
When GetPasswordPolicy(GET) is specified
{
"workspace_id": "xxxxxxxxxxxxx",
"url": "/api/v0/workspaces/WORKSPACEID/password-policy",
"method": "GET"
}
Response Sample
The response content will be formatted according to the specified API