Custom Fields
Get Custom Field by Name
Retrieve a specific custom field’s details by its name using the AutoSend API.
GET
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Path Parameters
The
fieldName of the custom field to retrieve.Response
Custom field retrieved successfullyIndicates whether the request was successful.
Confirmation message.Example:
"Custom field retrieved successfully"The custom field object.