Skip to main content
POST
/
crawl
/
list
List all crawls
curl --request POST \
  --url https://api.webtranspose.com/v1/crawl/list \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Authorizations

X-API-Key
string
header
required

Body

application/json

The body is of type object.

Response

200

Successful operation