Getting error code "UDAPI100068" on API

Hi team, I’m getting below error
{
“status”: “error”,
“errors”: [
{
“errorCode”: “UDAPI100068”,
“message”: “Check your ‘client_id’ and ‘redirect_uri’; one or both are incorrect.”,
“propertyPath”: null,
“invalidValue”: null,
“error_code”: “UDAPI100068”,
“property_path”: null,
“invalid_value”: null
}
]
}

please look into it.

@dilipnamdev,

Thank you for reaching out.

The error message is self-explanatory; it appears that one or both of the client_id and secret are invalid. Please correct the credentials and try again.

Explanations for the error codes are available in the error block within the response section. For this API, please refer to: Authorize API Documentation.

Thanks!

@shanmu I tried again but the same error showing.