Create Data List Item
Data List Items
Create Data List Item
Creates a new item within a data list. Requires data_list_id and the item value in the request body. The new item will appear as a selectable option in any custom field that references this data list.
POST
Create Data List Item
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.