cURL
curl --request GET \ --url https://api.tomorro.com/v2/custom-objects \ --header 'x-api-key: <api-key>'
[ { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Invoices", "help_text": "Track all invoices related to contracts." } ]
Returns the list of custom objects in your organization.
API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key
List of custom objects
Unique identifier for the custom object.
"550e8400-e29b-41d4-a716-446655440000"
The display name of the custom object.
"Invoices"
Help text describing the custom object.
"Track all invoices related to contracts."