I’m trying to use the phone number auth for my python API.
I’m already using the API to get the workflow ID and I’m getting this value:
'c368e411-1592-4001-a3df-dca94ac539ae'
However, I’m still getting this error:
HTTP response body: b'{"errorCode":"IDENTITY_WORKFLOW_INVALID_ID","message":"The identity workflow ID specified is not valid."}'
Any idea on this?
Thanks!