All users are allowed to create their own PATs, which will match their current permission level. To create the tokens, you may follow these steps:
Hi @Walid
You can create an API token from your Profile > Manage your account (on top of About section on the left)
You will be redirected to Atlassian Account page, then click on Security. You should be able to create API Tokens from there.
Also available directly from here.
Regards
Thanks @Florian Bonniec but I've tried to create an API Token but I'm getting a 403 Forbidden from my API call, searching for guide I came up to this question that says'it appears that API tokens and PAT's (Personal Access Tokens) are _not_ the same.'
PAT are for JIRA Data Center, on Cloud you need an API token. Have you try other endpoint to test your api token ?
Yes I've tried a basic GET https://xxx.atlassian.net/rest/api/2/projectwith Bearer token as the API Token in Postman
so Authorization : Bearer xxxxxxx
and the response is a 403
By following This guide I could get a 200The missing step was to encode my email with the API Token. and use that for the API call
It looks like you're new here. Sign in or register to get started.