# Get api v1 referral connections referral connection uuid **GET /api/v1/referral-connections/{referralConnection_uuid}** ## 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 - **referralConnection_uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **direction** (string) The direction of the connection relative to the current firm. Possible values: sent, received - **status** (string) The status of the referral connection. Possible values: pending, accepted, denied, expired - **sender_firm** (object) The firm that sent the referral connection request - **recipient_firm** (object) The firm that received the referral connection request - **sender_account** (object) The account that sent the referral connection request - **recipient_account** (object) The account that received the referral connection request - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **expires_at** (string) The datetime when the referral connection request expires [Powered by Bump.sh](https://bump.sh)