Back to catalog
👥

vk

OAuth

Read and write vk data

👥SocialHTTPS

VK

VK User Profile

User Id123,456,789
First NameAleksei
Last NamePetrov
CitySaint Petersburg
Followers1,482

Sample Response

response.json
1{
2 "user_id": 123456789,
3 "first_name": "Aleksei",
4 "last_name": "Petrov",
5 "city": "Saint Petersburg",
6 "followers": 1482
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://vk.com/dev/sites" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs