I’m sorry you’re running into this. Here are a few things to check:
Make sure your Authorization header in Postman is exactly: Token token=YOUR_API_TOKEN (replace YOUR_API_TOKEN with your actual token, no extra spaces or quotes).
Double-check you’re using the right token type. Some endpoints require an API Access Key, not a User Token.
Add these headers in Postman:
Accept: application/vnd.pagerduty+json;version=2
Content-Type: application/json
Don’t use the Bearer Token type in Postman’s Authorization tab—set the header manually.
If you still get 401, try generating a new API Access Key and use that.
Let me know if you're still stuck and we can help you debug further!
I’m sorry you’re running into this. Here are a few things to check:
Make sure your Authorization header in Postman is exactly: Token token=YOUR_API_TOKEN (replace YOUR_API_TOKEN with your actual token, no extra spaces or quotes).
Double-check you’re using the right token type. Some endpoints require an API Access Key, not a User Token.
Add these headers in Postman:
Accept: application/vnd.pagerduty+json;version=2
Content-Type: application/json
Don’t use the Bearer Token type in Postman’s Authorization tab—set the header manually.
If you still get 401, try generating a new API Access Key and use that.
Let me know if you're still stuck and we can help you debug further!