ContributionsMost RecentMost LikesSolutionsRe: Accessing the LogicMonitor REST API with Postman and LMv1 API Token Authentication Are you specifying v2 or v3 in the headers/parameters? If not, you’re probably defaulting to v1 which doesn’t work the same. Thank you for the quick reply. Just tried it like this: Now i’m getting 401. Re: Accessing the LogicMonitor REST API with Postman and LMv1 API Token Authentication I’m getting a 200 response and the body bellow for any get requests I have done. { "data": null, "errmsg": "Authentication failed", "status": 1401 } Also to clarify: api_id = access ID api_key = access key I have set up everything but still i’m getting the response above. My api key has administrator role.
Top ContributionsRe: Accessing the LogicMonitor REST API with Postman and LMv1 API Token AuthenticationRe: Accessing the LogicMonitor REST API with Postman and LMv1 API Token Authentication