# Returns referrals for the current firm with direction indicated. **GET /api/v1/referrals** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Query parameters - **filter[uuid]** (string) Filter by a comma-separated list of UUIDs. - **filter[status]** (string) Filter by status. Valid values: pending, accepted, rejected, expired. - **filter[direction]** (string) Filter by direction. Valid values: sent, received. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, status, expires_at]. Negative sign to denote DESC. Defaults to '-created_at'. ## Responses ### 401 #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)