GET
/
v0
/
maps
curl --request GET \
  --url https://realtime.nocodemapapp.com/v0/maps \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "a1b2b33b4b123",
      "name": "All Podcast story locations",
      "isDeleted": false,
      "createdAt": "2024-02-05T15:24:11.000Z",
      "isPublished": false,
      "googleMapApiKey": "AIzaSy123456789123456789123456789",
      "geocodingApiKey": "AIzaSy123456789123456789123456789",
      "fields": [
        {
          "name": "Name",
          "type": "text"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Maps response
data
object[]