curl --location --request POST 'https://app.audienceful.com/api/people/fields/' \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <token>' \ --data-raw '{ "name": "Test Field", "data_name": "test_field", "type": "string", "required": false }'
{ "id": "4XJA8RZ6kJRwMJYDBETyZa", "name": "Test Field", "data_name": "test_field", "type": "string", "editable": true, "required": false }
This endpoint creates a new field for your custom subscriber data