Token Endpoint & Refresh
Request (Format 1)
curl -X POST "https://hub.spookysrv.com/index.php?route=/api/v2/oauth2/token" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "client_id=5ScKa4HaYEFo8uWEKo7O0Vb9nSjxZzigKsTdliBP06M&client_secret=EUx6bSBAm48vgtbHv6hYWTk3UOWSFIyPZDB6aGXSY&code=BREmfapICBknG5daa8h5H60DoUOWDXAlm6HY3fCvE4" curl -X POST "https://hub.spookysrv.com/index.php?route=/api/v2/oauth2/token"
-H "Content-Type: application/x-www-form-urlencoded"
-d "client_id=5ScKa4HaYEFo8uWEKo7O0Vb9nSjxZzigKsTdliBP06M&client_secret=EUx6bSBAm48vgtbHv6hYWTk3UOWSFIyPZDB6aGXSY&refresh_token=ZEPrdekJ8fo54BuRyIViZNrG8CQtjyLjNW0pfwDXZ4&grant_type=refresh_token"Request (Format 2)
Response
Response (OIDC)
id_token is in JSON Web Token (JWT) format
Verifying JWT Authenticity
Last updated