v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Custom Fields

List custom fields

get/custom-fields

Headers

organizationstring required

The URL of the end-user web application

Response

Successful resopnse

idstring required
organizationstring required

Organization ID

created_atstring date-time required

Date and time the custom field was created

Example response

[
  {
    "organization": "6170d219e524dc04c5a055d9",
    "fields": [
      {
        "name": "email",
        "type": "TYPE_STRING",
        "required": true
      }
    ]
  }
]