cURL
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": {} }
Comprueba si existe una cuenta por teléfono o por tags. Requiere x-client-id. Debe enviarse phone o al menos un elemento en tags.
x-client-id
phone
tags
Debe proporcionarse phone o al menos un tag
Mapa tag -> value para identificar cuenta por atributos
Show child attributes
OK (cuenta existe o no según lógica interna)