Get the records associated with an object record
Authentication
The API key should be passed in the request headers as api-key for authentication.
Path parameters
Object type of the source record, exactly as defined in your account. Accepts any object type defined in the account, for example a custom object type or contact.
Query parameters
Internal Brevo ID of the source record. Must be a positive integer. Provide exactly one of id, ext_id, email or sms.
External ID of the source record in your system. Provide exactly one of id, ext_id, email or sms.
Email address of the source contact. Only accepted when object_type is contact. Provide exactly one of id, ext_id, email or sms.
Restricts the response to the given associated object types. Repeat the parameter to request several types, for example ?type=contact&type=garage. Maximum 5 types per call. Associations of every type are returned when omitted.
Response
true when at least one more associated record exists after this page.