{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"cecc26e5-a073-4e0a-84aa-9236f2cb2eb0","name":"Gated API Documentation","description":"## Overview\n\n**Seven Corners provides the Gated API Service for registered Agents only.**\n\nThe purpose of this API is to provide agents with the tools and resources necessary to lookup product information, manage quotes for potential insureds, and enroll insureds by purchasing a quote.\n\nThis documentation includes the following Collections:\n\n- [<b>Authentication</b>](#746eff15-ccc8-4279-8f58-69bcc7b1a5e5) - the endpoint used to retrieve an OAUTH token.\n- [<b>Product Resources</b>](#31686e14-4c2a-49e2-a98c-9701bc7d08d5) - endpoints that return detailed product information and provide lookup support for products (such as countries and states).\n- [<b>Single Quoting</b>](#d257c91f-3b91-491d-9e9b-331a3cebdb8a) - endpoints used to manage and purchase a single quote for a family certificate, which includes a single primary insured and multiple optional dependent insureds.\n- [<b>Bulk Quoting</b>](#9289d017-a598-4712-84a7-6833aa557935) - endpoints used to manage and purchase a bulk quote for a single Product, which includes creating multiple single quotes and purchasing the entire group all at once.\n- [<b>Certificate Fulfillment</b>](#581d4375-85b3-4826-b3a6-7bb4e1cffcf4) - endpoints used to retrieve fulfillment documentation once an insured(s) has been enrolled (after purchasing a quote).\n    \n\n## **Getting started guide**\n\nTo start using the Gated API Service, you need to be a registered Agent with Seven Corners. Visit our [Developer Portal](https://www.sevencorners.com/developer), if you are interested in becoming an Agent.\n\nAfter registering as an Agent, you will receive a **Client ID** key (aka API key) that will be used to access the Gated API Service.\n\n- You must use a valid **Client ID** to get an **Authentication Token**. This token is required on all non-anonymous API endpoints. Your API key will be provided by your Account Manager when you become a registered Agent.\n- The API only responds to HTTPS-secured communications. Any requests sent via HTTP will return an HTTP 307 redirect to the corresponding HTTPS resources.\n- The API returns request responses in JSON format.\n    - When an API request returns a handled error, it is sent with a relevant 4xx HTTP status code and a message in the body indicating the reason for the error.\n    - When an API request returns an unhandled error, an UnhandledExceptionResponse is returned with a 500 HTTP status code. The response has a reference ID that can be used to allow for internal troubleshooting of the incident.\n\n## **API Environments**\n\nYour **Client ID** will initially give you access to the development environment only. Once development to use the API has been completed, we will coordinate testing the implementation before approving and promoting the **Client ID** to be usable in the production environment.\n\n**`Development API:`**`https://api-e50.sevencorners.com/api`\n\n**`Production API:`**`https://api.sevencorners.com/api`\n\n## Authentication\n\nThe Seven Corners Gated API uses **OAUTH 2.0** tokenization for authentication.\n\nTo retrieve a session token, follow the instructions in the [Authentication](#746eff15-ccc8-4279-8f58-69bcc7b1a5e5) collection. Once a token is retrieved, you will need to include the token in an **Authentication** request header on all subsequent requests to the API.\n\n`Authentication: Bearer [Token]`\n\n**Example**:\n\nAfter calling the Authentication endpoint to retrieve token `Abc123`, you will need to include the following request header on subsequent API requests:\n\n`Authentication: Bearer Abc123`\n\n**Note:** Your actual token will be much larger than `Abc123`.\n\n### Authentication Error Response\n\nIf an Authentication token is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.\n\n### **Need some help?**\n\nFor questions regarding this API, please contact our [API Developer Support](https://mailto:apisupport@sevencorners.com).","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"32951228","team":6036642,"collectionId":"cecc26e5-a073-4e0a-84aa-9236f2cb2eb0","publishedId":"2sA2rB13Ds","public":true,"publicUrl":"https://developer-api.sevencorners.com","privateUrl":"https://go.postman.co/documentation/32951228-cecc26e5-a073-4e0a-84aa-9236f2cb2eb0","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":""},{"name":"title","value":"Seven Corners API Documentation"}],"appearance":{"default":"light","themes":[{"name":"dark","logo":"https://content.pstmn.io/a72a299a-5747-45fe-b526-0f81a2c093ae/c2Vjb25kYXJ5LXRpLWxvZ28taG9yaXpvbnRhbC1sZWZ0LWFsaWduLVdISVRFX1JHQi5wbmc=","colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"FF6C37"}},{"name":"light","logo":"https://content.pstmn.io/10e582e8-ee81-4f2c-a709-7f5425473af3/c2Vjb25kYXJ5LXRpLWxvZ28taG9yaXpvbnRhbC1sZWZ0LWFsaWduLUNPTE9SX1JHQi5wbmc=","colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"}}]}},"version":"8.10.0","publishDate":"2026-03-24T15:41:14.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"Seven Corners API Documentation","description":""},"logos":{"logoLight":"https://content.pstmn.io/10e582e8-ee81-4f2c-a709-7f5425473af3/c2Vjb25kYXJ5LXRpLWxvZ28taG9yaXpvbnRhbC1sZWZ0LWFsaWduLUNPTE9SX1JHQi5wbmc=","logoDark":"https://content.pstmn.io/a72a299a-5747-45fe-b526-0f81a2c093ae/c2Vjb25kYXJ5LXRpLWxvZ28taG9yaXpvbnRhbC1sZWZ0LWFsaWduLVdISVRFX1JHQi5wbmc="}},"statusCode":200},"environments":[{"name":"Development","id":"fa56fdb7-25b9-4be7-a0cc-5436313e96ec","owner":"32951228","values":[{"key":"serviceUrl","value":"https://api-e50.sevencorners.com/","enabled":true,"type":"default"},{"key":"secureServiceUrl","value":"https://sapi-e50.sevencorners.com/","enabled":true,"type":"default"},{"key":"clientId","value":"[clientId]","enabled":true,"type":"default"},{"key":"token","value":"[token]","enabled":true,"type":"any"},{"key":"quoteIdentifier","value":"[quoteIdentifier]","enabled":true,"type":"any"},{"key":"purchaseIdentifier","value":"[purchaseIDentifier]","enabled":true,"type":"any"},{"key":"bulkQuoteIdentifier","value":"[bulkQuoteIdentifier]","enabled":true,"type":"any"},{"key":"uploadClientId","value":"[uploadClientId]","enabled":true,"type":"any"},{"key":"refreshToken","value":"[refreshToken]","enabled":true,"type":"any"}],"published":true}],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/75e9082b53a5b0a98942caffe86b279e2f0652423b09648859d296431ee76fc2","favicon":"https://sevencorners.com/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"},{"label":"Development","value":"32951228-fa56fdb7-25b9-4be7-a0cc-5436313e96ec"}],"canonicalUrl":"https://developer-api.sevencorners.com/view/metadata/2sA2rB13Ds"}