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
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.