Saltar para o conteúdo principal
GET
/
v1
/
me
Validar autenticação
curl --request GET \
  --url https://api.vendaze.com/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "workspace_slug": "minha-empresa"
}

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.

Autorizações

Authorization
string
header
obrigatório

OAuth 2.1 access token.

Resposta

Autenticação válida.

status
string
Exemplo:

"ok"

workspace_slug
string
Exemplo:

"minha-empresa"