Events
Contacts
Transactional email
API
- API Introduction
- API reference
- Contacts
- Mailing list
- Events
- Custom fields
- API key
- Send mail
- SDKs
Integrations
- Overview
- Forms
- Incoming webhooks
- Platform
- Auto BCC
Deliverability
SMTP
- Send with SMTP
- SMTP Examples
SDKs
Custom fields
List custom fields
Get all custom fields in a workspace
GET
/
webhook
/
customfields
curl --request GET \
--url https://webhook.cocoonmail.com/webhook/customfields/ \
--header 'X-COCOONMAIL-API-KEY: <API Key>' \
--header 'Content-Type: application/json'
curl --request GET \
--url https://webhook.cocoonmail.com/webhook/customfields/ \
--header 'X-COCOONMAIL-API-KEY: <API Key>' \
--header 'Content-Type: application/json'
Authorizations
Response
200
No response body
curl --request GET \
--url https://webhook.cocoonmail.com/webhook/customfields/ \
--header 'X-COCOONMAIL-API-KEY: <API Key>' \
--header 'Content-Type: application/json'