unable to genrate

{{base_url}} = https://api-v2.upstox.com
APIKEY = c466af8d-3222-4411-9da6-f92c04b98558
APISECRET = jgugiq4laj
redirecturl = https://aduetechnologies.com/aa2024

{{baseUrl}}/login/authorization/dialog?client_id=c466af8d-3222-4411-9da6-f92c04b98558&redirect_uri=https://aduetechnologies.com/aa2024&state=xyz1234

when i hit it show this 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
}
]
}

Hi @Azmal

As indicated by the error message, your client_id or redirect_uri may be incorrect. Please verify these details on the My Apps page within the My Account section.

Additionally, we have introduced a more convenient method for generating an access token. Each app now includes a Generate Token button, allowing you to generate an access token directly and use it in your code.

Thank you.