Whats your application ID? Also our error messages should have more detail in them. Are you getting the detailed error message? It should look something like:
{
"errors": [
{
"category": "AUTHENTICATION_ERROR",
"code": "VALUE_EMPTY",
"detail": "Field must not be blank.",
"Field" : "idempotency_key"
}
]
}
![]()