Saltar al contenido principal
GET
/
api
/
v1
/
inputs
/
custom
/
{id}
Retrieve a specific custom input record
curl --request GET \
  --url https://www.manglai.io/api/v1/inputs/custom/{id} \
  --header 'Authorization: Bearer <token>'

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

id
string
requerido

The unique identifier of the custom input record.

Respuesta

200

Successfully retrieved the custom input record.