Bancoagrícola Logo
RefundsTokenization

Country:

POST

/v1/users

Crear un nuevo usuario

Crea un nuevo usuario en el sistema.

id

string

Optional user ID. If not provided, the system may generate one.

mail

string

Optional user ID. If not provided, the system may generate one.

Response Examples

201

User created successfully

400

Bad Request

500

Internal Server Error

Language

Login required to test API

Code Examples

cURL

curl -X POST "https://api.akua.la/v1/users" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "metadata": {}
}''