Error
A valid request URL is required to generate request examples{
"success": true,
"msg": "<string>"
}{
"success": false,
"msg": "<string>",
"code": "<string>",
"data": "<unknown>",
"detail": "<unknown>",
"error": "<unknown>"
}{
"success": false,
"msg": "<string>",
"code": "<string>",
"data": "<unknown>",
"detail": "<unknown>",
"error": "<unknown>"
}{
"success": false,
"msg": "<string>",
"code": "<string>",
"data": "<unknown>",
"detail": "<unknown>",
"error": "<unknown>"
}{
"success": false,
"msg": "<string>",
"code": "<string>",
"data": "<unknown>",
"detail": "<unknown>",
"error": "<unknown>"
}Profiles
Import cookies
Import cookies into a stopped saved profile. Send JSON cookies serialized as a string, or Netscape text, in the cookies field. Browser storage other than cookies is not imported. See cookies.
POST
/
profiles
/
{profile_uuid}
/
cookies
Error
A valid request URL is required to generate request examples{
"success": true,
"msg": "<string>"
}{
"success": false,
"msg": "<string>",
"code": "<string>",
"data": "<unknown>",
"detail": "<unknown>",
"error": "<unknown>"
}{
"success": false,
"msg": "<string>",
"code": "<string>",
"data": "<unknown>",
"detail": "<unknown>",
"error": "<unknown>"
}{
"success": false,
"msg": "<string>",
"code": "<string>",
"data": "<unknown>",
"detail": "<unknown>",
"error": "<unknown>"
}{
"success": false,
"msg": "<string>",
"code": "<string>",
"data": "<unknown>",
"detail": "<unknown>",
"error": "<unknown>"
}Authorizations
API token from your dashboard.
Path Parameters
Body
application/json
Serialized JSON cookie array or Netscape cookie text. This field is a string, unlike cookies on profile creation.