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

Authorizations

x-api-key
string
header
required

Response

200 - application/json
Estados activos recuperados con éxito
data
object[]
required