Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Unauthorised response in Get Organizations API?

Rohan Bardekar October 31, 2019

 

Hi Atlassian team,

In the following documentation,

https://developer.atlassian.com/cloud/admin/organization/rest/#api-orgs-get

If I use curl to GET Organizations, I'm getting Unauthorised 401 Response.

Is it missing something,

curl --request GET --url 'https://api.atlassian.com/admin/v1/orgs' --header 'Authorization: Bearer MY-API-TOKEN' --header 'Accept: application/json'

 

Thanks and regards,

Rohan 

2 answers

1 vote
Angélica Luz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 31, 2019

Hello Rohan,

Thanks for reaching out to Community!

The token for the Organization's API is a little different from APIs that we use for other Cloud products.

When it comes to Organization API we need to generate the token directly in the Org. Please, go to admin.atlassian.com > Select the desired organization > Settings > API keys and create a new key.

curl --request GET \

  --url 'https://api.atlassian.com/admin/v1/orgs' \

  --header 'Authorization: Bearer aBCD0eFGhijKl1mnopQr' \

  --header 'Accept: application/json'

Please, give it a try and let us know how it goes.

Regards,
Angélica

1 vote
Dave Meyer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 31, 2019

Hi @Rohan Bardekar

Did you follow the instructions here to create your API key? It's important to note that the API key for the admin API is not the same as the ones you create under your Atlassian account.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events