Authorization: Bearer ${DCR token}
DCR requests must originate from a whitelisted IP address configured during the onboarding process.
Available Endpoints
Client Response Fields
Create a Client
Use this endpoint to create a new client. This endpoint expects a JSON object in the request body with the following attributes defined: Parameters
Endpoint:
POST /oauth2/v4/register
Read a Client
Use this endpoint to read the details of the specified client. EndpointGET /oauth2/v4/register/{client_id}
Update a Client
Use this endpoint to update the attributes of the specified client.INFONo specific parameter is required, but the request body cannot be empty.
Endpoint:
PUT /oauth2/v4/register/{client_id}
Delete a Client
Use this endpoint to delete the specified client. Endpoint:DELETE /oauth2/v4/register/{client_id}

