ParametersPOST https://www.seek.com.au/api/iam/oauth2/tokenAuthorization: Basic {contains client_id and client_secret}Content-Type: application/x-www-form-urlencodedcode={authorizationCode}&redirect_uri=https%3A%2F%2Fats.seek.com.au.dev%3A44300%2Fseek.aspx&grant_type=authorization_code
Authorization: Basic V29ybGRNYW5hZ2VyX1Rlc3Q6MTIzNGFiY2Q=
200 (OK)Content-Type: application/json{ "access_token": "952e59ea5f0...329f8", "token_type": "bearer", "expires_in": 1199}