Skip to main content
POST
/
dcr
Error
A valid request URL is required to generate request examples
{
  "client_credentials": {
    "client_id": "<string>",
    "client_secret": "<string>",
    "client_name": "<string>",
    "participant_id": "<string>",
    "connection_id": "<string>",
    "base_url": "<string>",
    "redirect_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": {}
}

Body

application/json
username
string
required

The username to access application credentials

password
string
required

The password to access application credentials

app_name
string
required

The name of the client application

app_description
string
required

The description of the client application

app_developer_name
string
required

The name of the developer of the client application

app_developer_address
string
required

The address of the developer of the client application

app_developer_contact_email
string
required

The email of the developer of the client application

app_developer_contact_phone
string
required

The phone number of the developer of the client application

redirect_url
string
required

The redirect URL of the client application

Response

Successful client registration

status
enum<string>
required

Status of the application consumer

Available options:
PENDING_APPROVAL,
APPROVED
client_credentials
object
required