cURL
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>" }
Retrieve a previously completed map by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier for the map to be retrieved.
Successful response with the map object.
Unique identifier for this map
Number of URLs in the current response
Array of URLs found on the page
Pagination cursor to retrieve the next set of URLs. If null, all URLs have been retrieved.