{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"cc9a5879-c837-467b-9fbe-abe49ea39cb3","name":"Rise Up","description":"Rise Up delivers you a RESTful API, you can use any HTTP client in any programming language to interact with your account.\n\nAll routes must include the API version, for example:  \n`/v3/users`\n\n## 🌍 API Environments\n\n**Preproduction:**  \n`https://preprod-customer-api.riseup.ai/`\n\n**Production:**  \n`https://api.riseup.ai/`\n\n**📤 Send Data**\n\nTo create or update resources you need to set the Content-Type as application/json in the request header and send data in the body of the request in json format\n\nIn our API design, we exclusively utilize the HTTP verb PUT for updating resources and do not support the use of the PATCH verb. If you intend to modify an item, such as a User, the recommended approach is to employ the PUT route:\n\n`PUT /v3/users/{id}`\n\nThis route serves as the designated method for updating resources, mirroring the functionality typically associated with PATCH routes in other systems. By adhering to this convention, you can seamlessly update specific resource attributes without the need for a dedicated PATCH verb, ensuring a straightforward and consistent API experience.\n\n### 📦 Range\n\nThe API responds with a '206 Partial Content' HTTP status code when the number of items to be returned exceeds the default limit of 50. To manage this, it is imperative to integrate our pagination mechanism.\n\nIn every 206 response, the 'Content-range' header provides information about the range of returned items and the total count. For instance, it might appear as follows: content-range: 0-50/150, where 150 signifies the total number of items. Additionally, the 206 response includes a 'Link' header containing URLs for the first, next, and last pages.\n\nTo retrieve a specific page, specify the desired range as a query parameter, as outlined in the 'Link' header. For example:\n\n`{URL}/v3/users?range=20-30`\n\nEach page can accommodate a maximum of 50 objects. However, this limit is adjustable and can be extended up to 500 by utilizing the 'limit' filter on any endpoint:\n\n`{URL}/v3/users?limit=250`\n\nThis allows you to tailor the response to your specific needs and efficiently navigate through the paginated content.\n\n### 🎯 Filters on Int and String\n\nAny field with type Int or String can be filtered using a body in the request :\n\n`{URL}/certificateuser?iduser=357`  \n`{URL}/certifications?state=validated`\n\nUsing multiple values of INT data by separating them with a coma :\n\n`{URL}/certificateuser?iduser=357,224`\n\nfilter for contains using String using \\* :\n\n`{URL}/trainings?title=``_apprendre_`\n\n### ⏰ Filters on Date\n\nAny field with type Date can be filtered using a body in the request :\n\n`{URL}/sessions?startdate[gt]=2022-01-01`  \n`{URL}/users?startdate[lte]=2023-01-01`\n\nAccepted values for filtering are \\[gt\\], \\[gte\\], \\[lt\\], \\[lte\\].\n\n## ⚙️ Quota\n\nThere is a maximum of 300 calls by minute, this limit cannot be extended.\n\nIf you do more than 300 calls minute, the API will return a 429 error : Too many requests.\n\nThe quota is calculated on one moving minute.\n\nPlease catch the error when calling our API in order to detect when you are over the quota.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"49869254","team":11374056,"collectionId":"cc9a5879-c837-467b-9fbe-abe49ea39cb3","publishedId":"2sBXigNZSw","public":true,"publicUrl":"https://docs.api.riseup.ai","privateUrl":"https://go.postman.co/documentation/49869254-cc9a5879-c837-467b-9fbe-abe49ea39cb3","customColor":{"top-bar":"FFFFFF","right-sidebar":"363A71","highlight":"FFA168"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":""},{"name":"title","value":""}],"appearance":{"default":"light","themes":[{"name":"dark","logo":"https://content.pstmn.io/ce947649-42be-469f-929e-7cf8936e2bca/SU5TSUdORV9SVV9DT1VMRVVSLnBuZw==","colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"FFA168"}},{"name":"light","logo":"https://content.pstmn.io/ce947649-42be-469f-929e-7cf8936e2bca/SU5TSUdORV9SVV9DT1VMRVVSLnBuZw==","colors":{"top-bar":"FFFFFF","right-sidebar":"363A71","highlight":"FFA168"}}]}},"version":"8.10.1","publishDate":"2026-03-16T13:52:27.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"","description":""},"logos":{"logoLight":"https://content.pstmn.io/ce947649-42be-469f-929e-7cf8936e2bca/SU5TSUdORV9SVV9DT1VMRVVSLnBuZw==","logoDark":"https://content.pstmn.io/ce947649-42be-469f-929e-7cf8936e2bca/SU5TSUdORV9SVV9DT1VMRVVSLnBuZw=="}},"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/8c7f25520739a97548d0742cad077894a0ef39e1e75a5b302b657ef170290126","favicon":"https://riseup.ai/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"}],"canonicalUrl":"https://docs.api.riseup.ai/view/metadata/2sBXigNZSw"}