188791ab6207
latestOpenAPI 3.0.02026-08-11357176195.8 KBv1CustomFields
List all custom fields
get/v1/custom-fields
Response
Example response
{
"data": [
{
"name": "CPF",
"description": "Serve para identificar o contato",
"placeholder": "cpf",
"options": [
{
"value": "pt-BR",
"label": "Português"
}
]
}
]
}