POST
/
contact
/
active
/
status
curl --request POST \
  --url https://api.fint.app/api/v1/contact/active/status \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "active": true
}'
{
  "id": 123
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

201
application/json

Estado activo creado exitosamente

The response is of type object.