Vai al contenuto principale
GET
/
v1
/
maps
/
{map_id}
Karte abrufen
curl --request GET \
  --url https://api.olostep.com/v1/maps/{map_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "urls_count": 123,
  "urls": [
    "<string>"
  ],
  "cursor": "<string>"
}

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

map_id
string
obbligatorio

Eindeutiger Bezeichner für die abzurufende Karte.

Risposta

Erfolgreiche Antwort mit dem Kartenobjekt.

id
string

Eindeutiger Bezeichner für diese Karte

urls_count
integer

Anzahl der URLs in der aktuellen Antwort

urls
string[]

Array von URLs, die auf der Seite gefunden wurden

cursor
string | null

Paginierungscursor, um den nächsten Satz von URLs abzurufen. Wenn null, wurden alle URLs abgerufen.