curl --request GET \
--url https://realtime.nocodemapapp.com/v0/maps \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "All Podcast story locations",
"id": "a1b2b33b4b123",
"isDeleted": false,
"createdAt": "2024-02-05T15:24:11.000Z",
"isPublished": false,
"googleMapApiKey": "AIzaSy123456789123456789123456789",
"geocodingApiKey": "AIzaSy123456789123456789123456789",
"fields": [
{
"name": "Name",
"type": "text"
}
]
}
]
}Returns all maps from the system that the user has access to
curl --request GET \
--url https://realtime.nocodemapapp.com/v0/maps \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "All Podcast story locations",
"id": "a1b2b33b4b123",
"isDeleted": false,
"createdAt": "2024-02-05T15:24:11.000Z",
"isPublished": false,
"googleMapApiKey": "AIzaSy123456789123456789123456789",
"geocodingApiKey": "AIzaSy123456789123456789123456789",
"fields": [
{
"name": "Name",
"type": "text"
}
]
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maps response
Show child attributes
The name of Map
"All Podcast story locations"
The ID of Map
"a1b2b33b4b123"
True if Map is deleted
false
Timestamp when this map was created
"2024-02-05T15:24:11.000Z"
True if this map is published to public
false
Google Maps API Key for loading this map
"AIzaSy123456789123456789123456789"
Google Maps API key for all geocoding required when importing locations.
"AIzaSy123456789123456789123456789"