Read Contacts
GET
https://backend.test-hyegro.com/contacts/
skip (int): Number of contacts to skip.
limit (int): Maximum number of contacts to return.
account_id (int, optional): Filter contacts by account.
all (bool, optional): Return all contacts without pagination.
List[schemas.Contact]: A list of contacts.
Request
Query Params
skip
integer
Skip
Default:
0
limit
integer
Limit
Default:
20
account_id
Account Id
Any of
all
All
Any of
Default:
false
schema
Schema
Any of
Responses
Modified at 2025-04-15 14:01:56