Skip to main content
GET
/
v1
/
me
cURL
curl --request GET \
  --url https://external.vin.gs/api/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "capabilities": {},
  "email": "jsmith@example.com"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vin.gs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Vings OAuth access token or personal access token (vng_pat_…). Use Authorization: Bearer ….

Response

Authenticated user and external API capabilities

id
string<uuid>
required
capabilities
object
required
email
string<email>