- API
- Automation
- Docker
- Browserless(Beta)
BatchCreateProfileTags
POST
/profiles/tags/batch
v2/Profiles/Tags
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json
profileIds
array[string]
optional
tags
array[object (business.ProfileTag) {2}]Â
optional
color
stringÂ
optional
Example:
#646AEE
name
stringÂ
optional
Example:
testTag
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:8848/api/v2/profiles/tags/batch' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200OK
application/json
Body
code
integerÂ
optional
data
stringÂ
optional
err
booleanÂ
optional
msg
stringÂ
optional
Example
{
"code": 0,
"data": "string",
"err": true,
"msg": "string"
}