Uebermaps
Connector for the uebermaps API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://uebermaps.com/api/v2 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_collaborator_invitations— GET /collaborator_invitations — List your collaborator invitationsget_collaborator_invitations_id— GET /collaborator_invitations/{id} — Show collaborator invitationget_events— GET /events — List your own eventsget_events_id— GET /events/{id} — Get eventget_maps— GET /maps — List your own mapsget_maps_search— GET /maps/search — Search maps
Inputs
apiKey— your uebermaps API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_collaborator_invitations
apiKey: <your key>