{ "opencollection": "1.0.0", "info": { "name": "ezyVet Animals Authentication API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Obtain an OAuth 2.0 access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.ezyvet.com/v1/oauth/access_token", "body": { "type": "json", "data": "{}" } }, "docs": "Exchange partner_id, client_id, client_secret, grant_type (client_credentials), and scope for a bearer access token. Tokens are valid for 12 hours and must be refreshed before expiry. (Confirmed endpoint.)" } ] } ], "bundled": true }