Error
A valid request URL is required to generate request examples{
"status": "PENDING_APPROVAL",
"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": {}
}Dynamic Client Registration
Get Client Credentials
Get client credentials for a client application
GET
/
dcr
Error
A valid request URL is required to generate request examples{
"status": "PENDING_APPROVAL",
"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": {}
}Authorizations
Basic authentication using client_id and client_secret