The OAuth authorisation code was received and it should be exchanged for tokens.
Code Expiration
Could not decode expiration from codeToken Exchange — cURL
curl -X POST 'https://auth.atlassian.com/oauth/token' \
-H 'Content-Type: application/json' \
-d '{
"grant_type": "authorization_code",
"client_id": "1wPDGLF1F5y2KktlO9qeKsSyTMWWZ1Hq",
"client_secret": "ATOA0CVTeNaZCEg0Zk75o4pKZVsndnF4HUWFmBjfmFWlT-fPN283I_hiM_OsAb61XMN00D424B72",
"redirect_uri": "https://hotfix.oauth.timeinstatus.com/"
}'
OAuth Parameters
| grant_type | authorization_code |
| client_id | 1wPDGLF1F5y2KktlO9qeKsSyTMWWZ1Hq |
| client_secret | ATOA0CVTeNaZCEg0Zk75o4pKZVsndnF4HUWFmBjfmFWlT-fPN283I_hiM_OsAb61XMN00D424B72 |
| code | not set |
| redirect_uri | https://hotfix.oauth.timeinstatus.com/ |