- User
- Rotation proxy
- account
- ip whitelist
- api proxy list
- price
- traffic package
- distribution
- proxy traffic
- Static proxy
- static direct proxy
- static indirect proxy
- distribution
- price
- Common
- public ip
- proxy address
user register
POST
https://api.ipcola.com/api/user/register
user
Request
Body Params application/json
email
string
required
password
string
required
reference_key
string
required
user_tag
string
required
vcode
string
required
Example
{
"email": "address@email.com",
"password": "qwer123456",
"reference_key": "",
"user_tag": "ipcola",
"vcode": "sjeuijnhgytghyuj"
}
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 'https://api.ipcola.com/api/user/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "address@email.com",
"password": "qwer123456",
"reference_key": "",
"user_tag": "ipcola",
"vcode": "sjeuijnhgytghyuj"
}'
Responses
🟢200result
application/json
Body
meta_message
string
required
meta_status
integer
required
token
string
required
Example
{
"meta_message": "string",
"meta_status": 0,
"token": "string"
}
Modified at 2023-06-21 01:20:50