Authentication API Return the discovery content of a customer Query url /auth/realms/zelros-sales-realm/protocol/openid-connect/token Query parameters Name Required Value Description client_id Required Ask our customer success team client_secret Required Ask our customer success team grant_type Required client_credentials Query header 'Content-Type: application/x-www-form-urlencoded' Example response { "access_token": "xxx", (1) "expires_in": 35999, "refresh_expires_in": 35999, "refresh_token": "xxxx", "token_type": "Bearer", "id_token": "xxx", "not-before-policy": 1571131603, "session_state": "uuid", "scope": "openid profile email" } 1 Token to use Zelros APIs