Skip to main content
POST
/
api
/
v1
/
external
/
account
/
create
Crear cuenta externa
curl --request POST \
  --url https://api.goil.app/api/v1/external/account/create \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "John Doe",
  "email": "john@company.com",
  "phone": "+34600000000"
}
'
{
  "timestamp": 1705123456789,
  "data": {}
}

Body

application/json

The body is of type object.

Response

Cuenta creada

timestamp
integer<int64>
required
Example:

1705123456789

data
object