The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

OpsGenie - API - Unauthorized

Deleted user
June 5, 2019

Hey All,

I am trying to use OpsGenie API - specifically the "who is on call" one (https://docs.opsgenie.com/docs/who-is-on-call-api) however no matter what I try I always get the 'unauthorized' response. I used the curl examples from the above mentioned article, both with the name of the team and ID (taken from the address bar - not sure that's correct), tried to set up different api keys (I assume the right key would be when going "Teams" -> "Integrations" -> "Add integration" -> "Rest API HTTPS over JSON." ?? if not, which one??) but always ever and the same "unauthorized".

My account is verified, sam as all other accounts in my company. I am an "admin" from what I can see. What else might be wrong? The calls I was trying to make (amongst others):

curl --insecure -X GET 'https://api.opsgenie.com/v2/schedules/2107d3dc-1d81-4dac-a4b8-fd372c9879ee/on-calls' --header 'Authorization: GenieKey xxxx-xxx-xx-xxxxxx"

curl --insecure -X GET 'https://api.opsgenie.com/v2/teams/009e0770-055a-4d04-861f-82a4383e5740' --header 'Authorization: GenieKey xxxx-xxx-xx-xxxxxx"

the api key was copy / pasted from opsgenie directly. 

the --insecure is needed because I am behind a proxy in my organization. Perhaps proxy is the key here? Any help is appreciated as this is my first time trying to access data in OpsGenie via the API. We do have a working API for our monitoring integration and it works fine however, so ... really don't know what is wrong.

 

Many Thanks,

Marcin

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

8 votes
Answer accepted
Deleted user
June 6, 2019

And the answer is - use EU API URI - https://api.eu.opsgenie.com/ - missed that. Many thanks to support guys!

TAGS
AUG Leaders

Atlassian Community Events