{"info":{"_postman_id":"28828f3e-d32d-4df8-841e-8fdd26692cde","name":"Meratas Partner API's","description":"<html><head></head><body><p>Meratas makes RESTful API's available to its Partners at developers.meratas.com to view its SaaS Platform data.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Your Access Tokens will be provided to you.</p>\n<p>Meratas's API uses Access Tokens to authenticate requests.</p>\n<p>All requests must be made over an HTTPS connection.</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>HTTP Error Code</strong></th>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n<td>The request was unacceptable, often due to missing a required parameter.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>No valid token provided.</td>\n</tr>\n<tr>\n<td>402</td>\n<td>Request Failed</td>\n<td>The parameters were valid but the request failed.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n<td>The token doesn't have permissions to perform the request.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found</td>\n<td>The requested resource doesn't exist.</td>\n</tr>\n<tr>\n<td>409</td>\n<td>Conflict</td>\n<td>The request conflicts with another request (perhaps due to using the same idempotent key).</td>\n</tr>\n<tr>\n<td>429</td>\n<td>Too Many Requests</td>\n<td>Too many requests hit the API too quickly. We recommend an exponential backoff of your requests.</td>\n</tr>\n<tr>\n<td>500, 502, 503, 504</td>\n<td>Server Errors</td>\n<td>Something went wrong on our side.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"rate-limit\">Rate Limit</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate Limit","slug":"rate-limit"}],"owner":"14391551","collectionId":"28828f3e-d32d-4df8-841e-8fdd26692cde","publishedId":"UyrEgZtT","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-05-12T12:41:02.000Z"},"item":[{"name":"startapplication","item":[],"id":"b21e1571-9fdf-4b72-99eb-3a91a6179e39","description":"<p>Send new application data</p>\n<p><strong>Requirements</strong></p>\n<p>The fields are self-explanatory but here we will add a brief description of each field.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unique Id</td>\n<td>This is a unique ID assigned by the school to the applicant</td>\n</tr>\n<tr>\n<td>First Name</td>\n<td>The applicant’s first name</td>\n</tr>\n<tr>\n<td>Last Name</td>\n<td>The applicant’s last name</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>The applicant’s email</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>The applicant’s phone number</td>\n</tr>\n<tr>\n<td>Program</td>\n<td>(Optional) The applicant’s program name registered at the partner</td>\n</tr>\n<tr>\n<td>Street</td>\n<td>The address that will be used by the applicant</td>\n</tr>\n<tr>\n<td>City</td>\n<td>The city that will be used by the applicant</td>\n</tr>\n<tr>\n<td>State</td>\n<td>The state that will be used by the applicant</td>\n</tr>\n<tr>\n<td>Postal Code</td>\n<td>The postal code that will be used by the applicant</td>\n</tr>\n<tr>\n<td>Date of Birth</td>\n<td>The applicant’s birthdate</td>\n</tr>\n<tr>\n<td>Has ISA?</td>\n<td>This indicates if the applicant has a previous ISA</td>\n</tr>\n<tr>\n<td>programName</td>\n<td>The program name offered by Meratas</td>\n</tr>\n<tr>\n<td>ipcPmtDate1</td>\n<td>(Optional) IPC payment date 1</td>\n</tr>\n<tr>\n<td>ipcAmount1</td>\n<td>(Optional) IPC amount 1</td>\n</tr>\n<tr>\n<td>ipcPmtDate2</td>\n<td>(Optional) IPC payment date 2</td>\n</tr>\n<tr>\n<td>ipcAmount2</td>\n<td>(Optional) IPC amount 2</td>\n</tr>\n<tr>\n<td>ipcPmtDate3</td>\n<td>(Optional) IPC payment date 3</td>\n</tr>\n<tr>\n<td>ipcAmount3</td>\n<td>(Optional) IPC amount 3</td>\n</tr>\n<tr>\n<td>ipcPmtDate4</td>\n<td>(Optional) IPC payment date 4</td>\n</tr>\n<tr>\n<td>ipcAmount4</td>\n<td>(Optional) IPC amount 4</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>BODY</strong> raw</p>\n<p>{<br />\"Unique Id\" : \"0050A00000aUqFEQA0-test64\",<br />\"First Name\" : \"Jane\",<br />\"Last Name\" : \"Public\",<br />\"Email\" : \"<a href=\"mailto:test.test64@meratas.com\">test.test64@meratas.com</a>\",<br />\"Phone\" : \"2125551212\",<br />\"Program\" : \"Data Science\",<br />\"Street\" : \"123 Main Street\",<br />\"City\" : \"Springfield\",<br />\"State\" : \"California\",<br />\"Postal Code\" : \"50575\",<br />\"Date of Birth\" : \"1979-08-01\",<br />\"Has ISA?\" : false,<br />\"programName\": \"Deferred Tuition Program\"<br />}</p>\n","event":[{"listen":"prerequest","script":{"id":"731deb74-6b0c-4537-8232-fdab1512edcf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aa5f4e16-5792-4079-a2ac-4ec618d48be1","type":"text/javascript","exec":[""]}}],"_postman_id":"b21e1571-9fdf-4b72-99eb-3a91a6179e39","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"28828f3e-d32d-4df8-841e-8fdd26692cde","id":"28828f3e-d32d-4df8-841e-8fdd26692cde","name":"Meratas Partner API's","type":"collection"}}},{"name":"users","item":[],"id":"bb7581dc-da3a-45a0-9635-8d40a4c5659f","description":"<p>See user information.</p>\n","_postman_id":"bb7581dc-da3a-45a0-9635-8d40a4c5659f","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"28828f3e-d32d-4df8-841e-8fdd26692cde","id":"28828f3e-d32d-4df8-841e-8fdd26692cde","name":"Meratas Partner API's","type":"collection"}}},{"name":"schools","item":[],"id":"32d5c3e2-54f1-4913-ae42-8c1f742dcead","description":"<p>See school information.</p>\n","_postman_id":"32d5c3e2-54f1-4913-ae42-8c1f742dcead","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"28828f3e-d32d-4df8-841e-8fdd26692cde","id":"28828f3e-d32d-4df8-841e-8fdd26692cde","name":"Meratas Partner API's","type":"collection"}}},{"name":"programs","item":[],"id":"a5cf2d67-c99d-43e2-8784-9fbdf4db911a","description":"<p>See program information.</p>\n","_postman_id":"a5cf2d67-c99d-43e2-8784-9fbdf4db911a","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"28828f3e-d32d-4df8-841e-8fdd26692cde","id":"28828f3e-d32d-4df8-841e-8fdd26692cde","name":"Meratas Partner API's","type":"collection"}}},{"name":"funder","item":[],"id":"465e42b3-ed6e-40d7-ad88-c09ecd0dbdd1","description":"<p>See funder/investor information.</p>\n","_postman_id":"465e42b3-ed6e-40d7-ad88-c09ecd0dbdd1","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"28828f3e-d32d-4df8-841e-8fdd26692cde","id":"28828f3e-d32d-4df8-841e-8fdd26692cde","name":"Meratas Partner API's","type":"collection"}}},{"name":"payments","item":[],"id":"0de48b84-0008-449e-9a5b-bf45ae9e998c","description":"<p>Payment updates.</p>\n","_postman_id":"0de48b84-0008-449e-9a5b-bf45ae9e998c","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"28828f3e-d32d-4df8-841e-8fdd26692cde","id":"28828f3e-d32d-4df8-841e-8fdd26692cde","name":"Meratas Partner API's","type":"collection"}}},{"name":"statuschanges","item":[],"id":"d8541a90-f435-4ded-a62e-d41bd438ed61","description":"<p>Receive updates when contract or payment statuses change.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Field</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id  <br /></td>\n<td>The student’s id assigned by the school</td>\n</tr>\n<tr>\n<td>status</td>\n<td>The contract’s status</td>\n</tr>\n<tr>\n<td>userReference</td>\n<td>The user reference</td>\n</tr>\n<tr>\n<td>contractId  <br /></td>\n<td>The contract identification number</td>\n</tr>\n<tr>\n<td>paymentType  <br /></td>\n<td>The contract type (RIC, ISA, IPC)</td>\n</tr>\n<tr>\n<td>secondaryStatus  <br /></td>\n<td>This value apply only for IPCs and its value is <code>IPC Completed</code>. This value is submitted only when the IPC payment(s) is fully completed</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d8541a90-f435-4ded-a62e-d41bd438ed61","auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"28828f3e-d32d-4df8-841e-8fdd26692cde","id":"28828f3e-d32d-4df8-841e-8fdd26692cde","name":"Meratas Partner API's","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"4e730eb5-21c1-4251-9191-d23aa160a95f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a3c9843b-5973-494b-a570-849d5a0a83a6","type":"text/javascript","exec":[""]}}]}