Skip to main content
POST
/
account
/
check
Comprobar cuenta
curl --request POST \
  --url https://api.goil.com/api/v1/external/account/check \
  --header 'Content-Type: application/json' \
  --data '
{
  "accountTypeId": "<string>",
  "phone": "<string>",
  "tags": {}
}
'
{
  "timestamp": 123,
  "error": "<string>",
  "data": {}
}

Body

application/json

Debe proporcionarse phone o al menos un tag

accountTypeId
string
required
phone
string
tags
object

Mapa tag -> value para identificar cuenta por atributos

Response

OK (cuenta existe o no según lógica interna)