Skip to content

Create test API authorisation ​

POST
/v1/clients/{requested_client_id}/authorisations/test-api

Authorizations​

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

Parameters​

Path Parameters

requested_client_id*

Client ID

Type
string
Required

Responses​

Created

application/json
JSON
{
  
"label": "Primary Secret",
  
"client_id": "19941a73d2b5498caf6894d62bb6c3a4_cln",
  
"secret": "s3cr3tK3y",
  
"activated": true,
  
"active_until": "2025-12-31T23:59:59"
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​