cURL
curl --request POST \ --url https://commerce.driv.ly/api/cities \ --header 'Content-Type: application/json' \ --data ' { "state": "<string>", "name": "<string>" } '
{ "data": { "state": "<string>", "name": "<string>" }, "success": true }
Documentation IndexFetch the complete documentation index at: https://docs.driv.ly/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.driv.ly/llms.txt
Use this file to discover all available pages before exploring further.
The number of levels of related objects to include in the response
City is uniquely identified by State
City is uniquely identified by Name
City Added
Show child attributes
{ "name": "Springfield", "state": { "code": "IL" }}