# Get all client signature transactions **GET /api/v1/client/{client_uuid}/signatures** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **client_uuid** (string) ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[date_from]** (string) Get signatures launched from a certain date. - **filter[date_to]** (string) Get signatures launched to a certain date. - **filter[status]** (string) Filter by transaction status. Valid options are [created, pending, complete, email_sent, closed, cancelled, expired, voided, failed]. - **filter[clients]** (string) Filter by a comma separated list of accounts UUIDs. - **filter[account_uuids]** (string) Filter by a comma separated list of accounts UUIDs. - **filter[circle_uuids]** (string) Filter by a comma separated list of circle UUIDs. - **sort** (string) Field to sort by. Valid fields are [created_at, name]. Negative sign to denote DESC. Defaults to '-created_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)