GET
/
webhook
/
customfields
cURL
curl --request GET \
  --url https://webhook.cocoonmail.com/webhook/customfields \
  --header 'Authorization: Bearer <token>'
{
    "success":true, 
    "id":"f208364f-0fb2-4518-a55d-7270b557bfe4"
}

Custom fields

Use this endpoint to get list of Custom fields.

Response fields

PropertyDescription
400Bad request
401Request authentication
403Too many bad requests. Temparory block
406Missing accept header. For example : Accept: application/json
429Too many requests/ Rate limit exceeded
500Internal server error
{
    "success":true, 
    "id":"f208364f-0fb2-4518-a55d-7270b557bfe4"
}

Authorizations

Authorization
string
header
required

Use your API key with the 'Bearer ' prefix

Response

200

Custom fields retrieved succesfully.