POST
/
dcr
{
  "status": "PENDING_APPROVAL",
  "client_credentials": {
    "client_id": "<string>",
    "client_secret": "<string>",
    "client_name": "<string>",
    "redirect_url": "<string>",
    "participant_id": "<string>",
    "connection_id": "<string>",
    "base_url": "<string>"
  }
}

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
I