ClientIntegrationErrorResponse
Standard error response model returned when an API request fails.
Contains details about the error that occurred to help with troubleshooting.
{
"errorCode": "invalid_credentials",
"errorMessage": "The provided client credentials are invalid or have expired."
}