Contact Fields List
GET https://api.closum.com/v2/field/?api-key={{api_key}}
Retrieve Field Information
This API endpoint makes an HTTP GET request to retrieve field information. The request requires an api-key
parameter in the URL.
Request
Method:
GET
URL:
https://api.closum.com/v2/field/?api-key={{api_key}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
api-key | string |
RESPONSES
status: OK
{"status":true,"code":200,"responseData":{"fields":[{"id":"54207563-7757-4f2d-a26c-7330b4acaf7a","label":"Tipo de Serviço","var":"tipo-de-servico","attributes":"{\"options\":\"Redes Sociais\\r\\nGeração de Leads\\r\\nEmail Marketing\"}","creation_date":"2022-08-05T15:15:35+01:00"},{"id":"75daa806-ad6b-4bf6-97f9-094c458a1455","label":"Empresa","var":"empresa","creation_date":"2023-06-05T16:55:43+01:00"}]},"message":["success"],"errors":[],"timestamp":"2024-06-14T16:57:19+01:00"}