Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples
{ "client_credentials": { "client_id": "<string>", "client_secret": "<string>", "client_name": "<string>", "redirect_urls": [ "<string>" ], "participant_id": "<string>", "connection_id": "<string>", "base_url": "<string>" } }
{ "status": "01", "error_code": "MISSING_FIELD", "message": "The field is missing", "data": {}}
{ "status": "02", "message": "The authentication failed", "data": {}}
{ "status": "03", "message": "You are not allowed to perform this operation", "data": {}}
{ "status": "05", "message": "An unknown error occurred", "data": {}}
Get client credentials for a client application
Basic authentication using client_id and client_secret
Successful client registration
Status of the application consumer
PENDING_APPROVAL
APPROVED
Show child attributes