GET
/
api
/
v2
/
vinted
/
user
/
info
curl --location --request GET 'https://piloterr.com/api/v2/vinted/user/info?query=https://www.vinted.fr/member/133607xx-xx' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "id": 999999,
    "city": "Sainte-Maxime",
    "items": 192,
    "login": "xxx",
    "country": "France",
    "business": null,
    "username": "xxx",
    "followers": 278,
    "following": 72,
    "verification": {
        "email": {
            "valid": true,
            "available": true
        },
        "phone": {
            "valid": true,
            "available": true,
            "verified_at": "2019-11-08T16:08:41+01:00"
        },
        "google": {
            "valid": true,
            "available": true,
            "verified_at": "2022-06-15T18:35:59+02:00"
        },
        "facebook": {
            "valid": true,
            "available": true,
            "verified_at": "2017-06-29T11:14:54+02:00"
        }
    }
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

Vinted user url : https://www.vinted.fr/member/133607xx-xx or id 133607xx

Response

user
User Object
id
string

Vinted user id

city
string

Vinted user city

items
string

Vinted user items count

login
string

Vinted user login

country
string

Vinted user country

business
string

Vinted user business

username
string

Vinted user username

followers
string

Vinted user followers count

following
string

Vinted user following count

verification
object
email
object
valid
boolean

Vinted user email valid

available
boolean

Vinted user email available

phone
object
valid
boolean

Vinted user phone valid

available
boolean

Vinted user phone available

verified_at
string

Vinted user phone verified at

google
object
valid
boolean

Vinted user google valid

available
boolean

Vinted user google available

verified_at
string

Vinted user google verified at

facebook
object
valid
boolean

Vinted user facebook valid

available
boolean

Vinted user facebook available

verified_at
string

Vinted user facebook verified at