# Create a client link **POST /api/v1/client/{client_uuid}/linked-clients** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **client_uuid** (string) ### Body: application/json (object) - **account_uuid** (string) The client that you would like to be linked. - **relationship** (string) The relationship to the linked client. - **inverse_relationship** (string) The inverse relationship to the client. ## Responses ### 201 #### Body: application/json (object) - **uuid** (string) The unique identifier of the linked client. - **name** (string) The name of the linked client. - **relationship** (string) The relationship to the linked client. [Powered by Bump.sh](https://bump.sh)