List contacts
simpletexting_list_contactsList the account's contacts as a paged collection, optionally filtered by a since cursor and sort direction. SimpleTexting REST: GET /contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page number. | |
| size | No | Page size (1-100). | |
| since | No | Return contacts created/updated since this cursor or timestamp. | |
| direction | No | Sort direction (e.g. ASC | DESC). |