Getting the following error always when trying to get access_token
{
"status": "error",
"errors": [
{
"errorCode": "UDAPI100057",
"message": "Invalid Auth code",
"propertyPath": null,
"invalidValue": null,
"error_code": "UDAPI100057",
"property_path": null,
"invalid_value": null
}
]
}
Ketan
September 17, 2024, 10:14am
2
@KHUSH_DASSANI , please regenerate your auth code, as it is valid for one-time use only. Once you have your auth code, you can generate the access token.
For more information, please refer to the Documentation | Authentication .
Thank you.
Hi @Ketan I have already tried that multiple times but still getting that issue
Hi @Ketan I was able to debug what was the issue
3 Likes
Thank you for the update on resolving the issue. Please donāt hesitate to reach out if you encounter any further problems.