Professional links connect your portfolio to your profiles on platforms like LinkedIn, GitHub, and GitLab. Each link stores a normalized platform name (Documentation Index
Fetch the complete documentation index at: https://mintlify.com/giangartun/Tis-GOAT-Frontend/llms.txt
Use this file to discover all available pages before exploring further.
nombre_red) and the full resolved URL (url_red). The frontend constructs url_red by appending a username to the platform’s base URL, so no URL assembly is required on your end — you can also pass a fully-formed URL directly.
All endpoints require an Authorization: Bearer <token> header.
List professional links
The ID of the user whose professional links should be returned.
200 OK
Returns an array of link objects.
A professional network link.
Add a professional link
The ID of the user who owns this link.
Normalized, lowercase platform key. Accepted values:
| Value | Platform |
|---|---|
linkedin | |
github | GitHub |
gitlab | GitLab |
leetcode | LeetCode |
hackerrank | HackerRank |
kaggle | Kaggle |
instagram | |
facebook | |
twitterx | Twitter / X |
Full URL to the user’s profile. The frontend builds this by concatenating the platform’s base URL with the username. Use the following base URLs:
For example, a GitHub username of
| Platform | Base URL |
|---|---|
https://www.linkedin.com/in/ | |
| GitHub | https://github.com/ |
| GitLab | https://gitlab.com/ |
| LeetCode | https://leetcode.com/ |
| HackerRank | https://www.hackerrank.com/ |
| Kaggle | https://www.kaggle.com/ |
https://www.instagram.com/ | |
https://www.facebook.com/ | |
| Twitter / X | https://x.com/ |
janedoe produces https://github.com/janedoe.201 Created
The newly created professional link.
Remove a professional link
The
id_redes_prof of the link to delete.200 OK
Confirmation message.