Teams
Get a team link
Get a single link for a team.
get/api/v2/team/{team_id}/links/{link_id}
Path parameters
team_idstring required
None
link_idstring required
None
Response
OK
Example response
{
"data": {
"attributes": {
"label": "Link label",
"url": "https://example.com"
},
"id": "b8626d7e-cedd-11eb-abf5-da7ad0900001",
"type": "team_links"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.