Skip to main content
GET
/
v1
/
me
Verify authentication
curl --request GET \
  --url https://api.vendaze.com/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "workspace_slug": "my-company"
}

Documentation Index

Fetch the complete documentation index at: https://developers.vendaze.com/llms.txt

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

Authorizations

Authorization
string
header
required

OAuth 2.1 access token.

Response

Valid authentication.

status
string
Example:

"ok"

workspace_slug
string
Example:

"my-company"