Decoding JWT token doesn't return account id in payload

Description
Decoding JWT token doesn’t return account id in payload

Error
There is no error. Only following keys are returned:
{
“aud”: null,
“iss”: “”,
“exp”: 1629742494,
“iat”:
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Hi @grotabyte,

This would be expected—the account ID is not provided in the aud field.

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.