Custom inputs allow you to control which custom inputs are required for your event types.
Find all custom inputs
GET
/custom-inputs
Create a new custom input
POST
/custom-inputs
Find a custom input
GET
/custom-inputs/{id}
Edit an existing custom input
PATCH
/custom-inputs/{id}
Remove an existing custom input
DELETE
/custom-inputs/{id}