{ "opencollection": "1.0.0", "info": { "name": "AmTrust Financial Services Commercial Lines Appetite Authentication API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "AmTrust Financial Services Get Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.amtrustservices.com/oauth/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" } ] } }, "docs": "Obtain an OAuth 2.0 access token using client credentials. Tokens are valid for 4 hours and must be sent with all subsequent API requests via SSL encrypted connection." } ] } ], "bundled": true }