Skip to main content

Base

POST

https://domain/api/v1

GET

https://domain/api/v1

PUT

https://domain/api/v1

DELETE

https://domain/api/v1

Request Parameters

NameDescriptionRequiredType
CellCellRequired
CellCellRequired

Response

CodeDescription
200
Success.
401
Unauthorized.
404
Not Found.
500
Error From Server.

Example Usage

function helloWorld() {
console.log("Hello, world!");
}

Example Success Response

[
{
"id": 133024,
"name": "Mumbai"
},
...
]

Example Error Response

{
"error'": "Unauthorized. You shouldn't be here."
}