{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"c8975fa7-04cb-4c6f-a1ab-6dd024facdec","name":"ElevenVMS - Transactional Client REST API 2.18.2","description":"\nWelcome to the documentation of the ElevenVMS Client REST API! The API allows clients to extract data from, or inject data to the ElevenVMS platform. For any question about the API, please contact our support team.\n\n# Usage Limits\n\nTo protect our servers, the following limitations exist:\n\n  - One service call per IP at a time; concurrent calls are not allowed\n\n  - The number of service calls is limited to 10 per second\n\n  - The number of daily service calls is limited to 50,000\n\nUsing our API implies acceptance of these limitations.\n\n\n# Authentication\n\nIn June 2025 we're supporting OAuth2.0 Client Credentials flow to authenticate your API requests. \n\nPreferred authentication method is OAuth2, please contact Support to get your credentials and start using the API.\nIf you are using BasicAuth, please note that this method is deprecated and will be retired in the future.\n\n\n ## OAuth2.0\n\nThe OAuth2.0 authentication is used to authenticate the user and authorize access to the API. The client credentials flow is used to obtain an access token for the API. The access token must be included in the Authorization header of each request with the *Bearer* prefix.\n\n\nThe token is obtained by sending a POST request to the token URL with the following parameters:\n\n  - grant_type: client_credentials\n  - client_id: your_client_id\n  - client_secret: your_client_secret\n  - audience: external-client-api-v2\n\n\n```json\n\n{\n    \"access_token\": \"eyJhbGciOi...<REDACTED>\",\n    \"expires_in\": 86400,\n    \"token_type\": \"Bearer\"\n}\n\n```\n\nThe access token is valid for the defined time in the response (currently 1 day). After that, you must request a new token. We encourage you to check the exiration time and refresh the token before it expires to avoid interruptions in your API access.\n\n\nThe token endpoints are: <br>\n  PREVIEW: https://api-preview.elevenvms.com/oauth/token <br>\n  PRODUCTION: https://api.elevenvms.com/oauth/token <br>\n\nThe number of OAuth 2.0 tokens generated is limited to **50** per client_id per day.\n\n# Endpoints\n\n**Production server** : https://api.elevenvms.com/ <br>\n**Preview server**    : https://api-preview.elevenvms.com/ <br>\n\n# Data formats\n\nBelow are formats for data types (date, number etc.) used for query\nparameters, in request bodies and in JSON responses.\n\n<table> <thead> <tr> <th>Type</th> <th>Format</th> <th>Definition</th> </tr> </thead> <tbody> <tr> <td>string</td> <td></td> <td>Sequence of characters.</td> </tr> <tr> <td>string</td> <td>byte</td> <td>Base64-encoded characters.</td> </tr> <tr> <td>string</td> <td>date</td> <td>Full date notation according to <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\" target=\"_blank\" rel=\"noopener noreferrer\">ISO 8601 format</a> (YYYY-MM-DD).</td> </tr> <tr> <td>string</td> <td>date-time</td> <td>Date and time notation according to <a href=\"https://tools.ietf.org/html/rfc3339#section-5.6\" target=\"_blank\" rel=\"noopener noreferrer\">ISO 8601 format</a> (YYYYY-MM-DDThh:mm:ssZ).</td> </tr> <tr> <td>string</td> <td>email</td> <td>Email address format, as defined by <a href=\"https://tools.ietf.org/html/rfc5322\" target=\"_blank\" rel=\"noopener noreferrer\">RFC 5322</a> (sections 3.2.3 and 3.4.1) and <a href=\"https://tools.ietf.org/html/rfc5321\" target=\"_blank\" rel=\"noopener noreferrer\">RFC 5321</a>.</td> </tr> <tr> <td>integer</td> <td></td> <td>Integer numbers.</td> </tr> <tr> <td>number</td> <td></td> <td>Floating-point numbers.</td> </tr> <tr> <td>boolean</td> <td></td> <td>Type boolean represents two values: true and false.</td> </tr> </tbody> </table>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":true,"owner":"19835385","team":1342732,"collectionId":"c8975fa7-04cb-4c6f-a1ab-6dd024facdec","publishedId":"2sBXc8o3bv","public":true,"publicUrl":"https://api-doc.elevenvms.com","privateUrl":"https://go.postman.co/documentation/19835385-c8975fa7-04cb-4c6f-a1ab-6dd024facdec","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"5614b8"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":"API Collection for Clients to integrate with Eleven VMS to improve their procurement operations with their reference vendors. \nCreate RFPs, receive webhook notifications and track the ongoing projects and their related activity reports."},{"name":"title","value":"Eleven VMS API Postman Collection"}],"appearance":{"default":"light","themes":[{"name":"dark","logo":"https://content.pstmn.io/32b3502f-3b49-4a26-8409-fce783c2c701/bG9nb19lbGV2ZW5fd2hpdGUucG5n","colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"5614b8"}},{"name":"light","logo":"https://content.pstmn.io/c09131ae-3e58-4bba-b2c5-3793b5886c75/bG9nb19lbGV2ZW5fcHVycGxlLnBuZw==","colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"5614b8"}}]}},"version":"8.10.0","publishDate":"2026-04-01T07:26:28.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"Eleven VMS API Postman Collection","description":"API Collection for Clients to integrate with Eleven VMS to improve their procurement operations with their reference vendors. \nCreate RFPs, receive webhook notifications and track the ongoing projects and their related activity reports."},"logos":{"logoLight":"https://content.pstmn.io/c09131ae-3e58-4bba-b2c5-3793b5886c75/bG9nb19lbGV2ZW5fcHVycGxlLnBuZw==","logoDark":"https://content.pstmn.io/32b3502f-3b49-4a26-8409-fce783c2c701/bG9nb19lbGV2ZW5fd2hpdGUucG5n"}},"statusCode":200},"environments":[],"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/a6012631218d4eaab055e89633247593c752faaa38a8aa238e0c077c620b2492","favicon":"https://res.cloudinary.com/postman/image/upload/v1699617298/team/sxztyr9v9xmpchscn1wf.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"}],"canonicalUrl":"https://api-doc.elevenvms.com/view/metadata/2sBXc8o3bv"}