Base
POSThttps://domain/api/v1
https://domain/api/v1
https://domain/api/v1
https://domain/api/v1
Request Parameters
| Name | Description | Required | Type |
|---|---|---|---|
| Cell | Cell | Required | |
| Cell | Cell | Required |
Response
| Code | Description |
|---|---|
200 | Success. |
401 | Unauthorized. |
404 | Not Found. |
500 | Error From Server. |
Example Usage
- JavaScript
- .Net
function helloWorld() {
console.log("Hello, world!");
}
def hello_world():
print 'Hello, world!'
Example Success Response
[
{
"id": 133024,
"name": "Mumbai"
},
...
]
Example Error Response
{
"error'": "Unauthorized. You shouldn't be here."
}