🔒

App Connected Successfully

The OAuth authorisation code was received and it should be exchanged for tokens.

✓ Authorisation received

Code Expiration

Could not decode expiration from code

Token Exchange — cURL

curl -X POST 'https://auth.atlassian.com/oauth/token' \
  -H 'Content-Type: application/json' \
  -d '{
  "grant_type": "authorization_code",
  "client_id": "pFybIYw2KRTaB9iPsPat5Rv5HiWSn1w9",
  "client_secret": "ATOAcz5x0xyv8SkqWUKySxRDYbOs2QNPsAdb963NBxxqlMspQRTsWUIP9COHCCcLeZ_ZD852E7B7",
  "redirect_uri": "https://oauth.timeinstatus.com/"
}'

OAuth Parameters

grant_type authorization_code
client_id pFybIYw2KRTaB9iPsPat5Rv5HiWSn1w9
client_secret ATOAcz5x0xyv8SkqWUKySxRDYbOs2QNPsAdb963NBxxqlMspQRTsWUIP9COHCCcLeZ_ZD852E7B7
code not set
redirect_uri https://oauth.timeinstatus.com/