Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.nuvia.ai/v1/hubspot/owners \ --header 'Authorization: Bearer <token>'
{ "owners": [ { "id": "12345678", "email": "john@example.com", "firstName": "John", "lastName": "Doe" } ] }
Retorna todos os owners (usuários) cadastrados no portal HubSpot.
Token JWT de autenticação
Owners retornados com sucesso
Lista de owners do HubSpot
Show child attributes