Unable to pull fax details via Postman with the help of (Genesys cloud API - GET
/api/v2/fax/documents)
Getting below error:
{
"message": "Unable to find user: userId: 8ef52031-6d8a-472b-8541-106015b9357f",
"code": "forbidden",
"status": 403,
"messageParams": {},
"contextId": "8d262762-016d-47aa-900f-2d39ca753938",
"details": [],
"errors": []
}
My OAuth have full permission for Fax.
This API works in the Developer tool.
The error "We did not recognize your redirect url" means that the redirect URL you're sending in the request doesn't match what you've configured for that OAuth client.
That's definitely not a valid redirect URI for several reasons. You could try using the one documented here or the one in postman's documentation or you can use your own URL.