RegistrationResponse

RegistrationResponse
Registration Response

Response object containing registration results including client credentials.

JSON Example
{
    "client_id": "string",
    "client_secret": "string",
    "message": "string"
}
string
client_id
Optional

The client identifier. This will be the provided client_id or a system-generated one.

string
client_secret
Optional

The client secret generated by the system. Store this securely as it will be needed for authentication.

string
message
Optional

Optional message providing additional information about the registration.

Returned By