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.
Cómo autenticarte con la API de Mindo usando tu API Key
X-API-Key
X-API-Key: mindo_xxxxxxxxxxxxxxxxxxxxxxxx
curl -X GET https://api.mindosoftware.com/api/v1/business-accounts/ \ -H "X-API-Key: mindo_xxxxxxxxxxxxxxxxxxxxxxxx"
import requests headers = { "X-API-Key": "mindo_xxxxxxxxxxxxxxxxxxxxxxxx" } response = requests.get( "https://api.mindosoftware.com/api/v1/business-accounts/", headers=headers )
const response = await fetch( "https://api.mindosoftware.com/api/v1/business-accounts/", { headers: { "X-API-Key": "mindo_xxxxxxxxxxxxxxxxxxxxxxxx" } } );
401
"Este endpoint requiere autenticacion con API Key (header X-API-Key)"
"API Key expirada"
403
"API Key no tiene acceso a este recurso"