Saltar al contenido principal
POST
/
customers
/
enable
Habilitar
curl --request POST \
  --url https://sandbox.api.riqra.com/customers/enable \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "ids": [
    654654654,
    123546874,
    999999999
  ]
}
'

Authorizations

api-key
string
header
required

Todas las llamadas al API tienen que contener este header junto a la clave para poder autenticar y autorizar al cliente.

Body

application/json
ids
integer[]
required

Response

204

No Content