Hi,
I am connecting ION API to RESTAPI servers, using bearer token. A swagger file with required details is created and accepts Authorization, Content and Body as parameters.
The setup using swagger file works fine in 'postman' and 'http://editor.swagger.io/', but it do not work in ION API 'Try it out' feature.
Does ION API require a different setup/approach compared to postman? Given below the error from ION API,
401
Undocumented
Error: Unauthorized
Response body
Download
{
"error": {
"code": "InvalidAuthenticationToken",
"message": "Access token validation failure.",
"innerError": {
"request-id": "94b4acc6-8f9f-4bfe-8a6f-429c2541da99",
"date": "2019-01-11T10:26:16"
}
}
}