post_users_proxies_mobile_proxy
Generate high-quality mobile proxies with specific country codes, cities, and customizable names. Link proxies to profiles for efficient management and automation in GoLogin.
Instructions
Create gologin high quality proxy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | if you want a proxy in a specific city you can specify it here. | |
| countryCode | Yes | Country cod with 2 lowercase letters | |
| customName | No | Custom name for proxy for proxy management. | |
| isDC | No | Is DC means that you want to get a datacenter proxy. | |
| isMobile | No | Gologin has 3 type of proxies: mobile, datacenter and residential. This parameter means that you want to get a mobile proxy. | |
| profileIdToLink | No | Put here profile id if you want to add this proxy to profiles after creation. |
Input Schema (JSON Schema)
{
"properties": {
"city": {
"description": "if you want a proxy in a specific city you can specify it here.",
"type": "string"
},
"countryCode": {
"description": "Country cod with 2 lowercase letters",
"type": "string"
},
"customName": {
"description": "Custom name for proxy for proxy management.",
"type": "string"
},
"isDC": {
"description": "Is DC means that you want to get a datacenter proxy.",
"type": "boolean"
},
"isMobile": {
"description": "Gologin has 3 type of proxies: mobile, datacenter and residential. This parameter means that you want to get a mobile proxy.",
"type": "boolean"
},
"profileIdToLink": {
"description": "Put here profile id if you want to add this proxy to profiles after creation.",
"type": "string"
}
},
"required": [
"countryCode"
],
"type": "object"
}