The response contains a boolean status, an optional message, and a data object with the total count and a list of cities including their IDs, names, and associated state names.
Request
Authorization
Add parameter in header
Example:
X-Token: ********************
Query Params
Header Params
Body Params multipart/form-data
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/business/getcities/?stateid=22&limit=50&offset=0&order=desc' \
--header'marchant-id: BIZ12354124'