{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-talent-recruiter-system-connect-access-token-response-structure.json", "name": "AccessTokenResponse", "description": "Response containing access token", "type": "object", "properties": { "access_token": { "type": "string", "description": "OAuth 2.0 access token", "example": "AQV8vPRN5zF9BxJ..." }, "expires_in": { "type": "int32", "description": "Token expiration time in seconds", "example": 5184000 }, "token_type": { "type": "string", "description": "Token type", "example": "Bearer" } } }