Skip to content

Create portal authorisation. ​

POST
/v1/clients/{requested_client_id}/authorisations/portal

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

requested_client_id*

Client ID

Type
string
Required

Request Body​

application/json
JSON
{
  
"client_id": "19941a73d2b5498caf6894d62bb6c3a4_cln",
  
"label": "WebAuth",
  
"service": "api",
  
"username": "user1",
  
"send_key": true
}

Responses​

Created

Playground​

Server
Authorization
Variables
Key
Value
Body

Samples​