ESC
Start typing to search documentation...
JoonWeb Dev

OAuth Endpoints

Detailed technical documentation and implementation guide for OAuth Endpoints.

Overview #

Exchange access token #

POST /api/admin/26.0/oauth/access_token

Headers

Header Value
X-Joonweb-Access-Token jw_at_xxxxxxxxxxxx
Content-Type application/json
Request Example
Response
200 OK
{
    "oauth": {
        "id": 104593,
        "client_id": "example_client_id",
        "client_secret": "example_client_secret",
        "code": "example_code",
        "created_at": "2026-08-25T16:23:32Z",
        "updated_at": "2026-08-25T16:23:32Z"
    }
}

What's Next? #

Last modified: Aug 25, 2026