Skip to main content
POST
/
v4
/
account
/
{subAccountId}
/
serp-api
/
subuser
/
create
Create SERP API subuser
curl --request POST \
  --url https://api.proxyscrape.com/v4/account/{subAccountId}/serp-api/subuser/create \
  --header 'Content-Type: application/json' \
  --header 'api-token: <api-key>' \
  --data '
{
  "username": "<string>",
  "password": "<string>"
}
'
{
  "id": "<string>",
  "username": "<string>",
  "created_at": "<string>"
}

Authorizations

api-token
string
header
required

API key. Create and manage keys at /v4/account/api-keys or in the dashboard.

Path Parameters

subAccountId
string<uuid>
required

Body

application/json
username
string
password
string

Response

200 - application/json

Created subuser

id
string
username
string
created_at
string