Skip to main content
POST
/
authentication
/
login
Login externo
curl --request POST \
  --url https://api.goil.com/api/v1/external/authentication/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "externalId": "<string>",
  "businessId": "<string>",
  "clientPlatform": "<string>"
}
'
{
  "data": {
    "accessToken": "<string>"
  }
}

Body

application/json
externalId
string
required

Identificador externo del usuario/integración

businessId
string
required

ID del negocio (también puede enviarse por header x-client-id)

clientPlatform
string

Plataforma cliente (opcional)

Response

OK

data
object