# ParseDeepLink parses a link in the form of berty://xxx or https://berty.tech/id# and returns a structure that can be used to display information. This action is read-only. **POST /messenger/v1/ParseDeepLink** ## Parameters ### Body: (object) - **link** (string) ## Responses ### 200 A successful response. #### Body: (object) - **kind** (string) - **berty_id** (object) - **berty_group** (object) ### default An unexpected error response #### Body: (object) - **error** (string) - **code** (integer(int32)) - **message** (string) - **details** (array[object]) [Powered by Bump.sh](https://bump.sh)