Query parameters
-
page
number Default value is
1
. -
recordPerPage
number Default value is
10
. -
order
string Values are
desc
orasc
. Default value isdesc
. -
key
string -
value
string
GET
/api/v1/plugins
curl \
--request GET 'https://api.crawlora.com/api/v1/plugins' \
--header "x-api-key: $API_KEY"
Response examples (200)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": [
{
"id": "string",
"name": "string",
"status": "string",
"code_path": "string",
"language": "string",
"comments": "string",
"description": "string",
"allowed_hostnames": [
"string"
],
"test_data": "string",
"test_status": "string",
"test_error": "string",
"test_response": "string",
"created_at": "string",
"updated_at": "string"
}
]
}
Response examples (401)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}