Custom Fields
List Custom Fields
List all custom fields defined in your account using the AutoSend API.
GET
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Query Parameters
Whether to include built-in reserved fields (email, firstName, lastName, createdAt, userId) in the response. Defaults to
true.Response
Custom fields retrieved successfullyIndicates whether the request was successful.
Confirmation message.Example:
"Custom fields retrieved successfully"