Teams
Get a team
Get Started
API Documentation
Teams
Get a team
Get the details of a team
GET
/
api
/
teams
/
{slug}
curl --location 'http://localhost:3005/api/teams/acme' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>'
{
"data": {
"id": 1,
"name": "ACME",
"slug": "acme",
"logo": null,
"createdAt": "2023-07-02T16:07:08.469Z",
"updatedAt": "2023-07-02T16:07:08.469Z"
}
}
Path
Team slug
curl --location 'http://localhost:3005/api/teams/acme' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>'
{
"data": {
"id": 1,
"name": "ACME",
"slug": "acme",
"logo": null,
"createdAt": "2023-07-02T16:07:08.469Z",
"updatedAt": "2023-07-02T16:07:08.469Z"
}
}
curl --location 'http://localhost:3005/api/teams/acme' \
--header 'Accept: application/json' \
--header 'Authorization: Token <token>'
{
"data": {
"id": 1,
"name": "ACME",
"slug": "acme",
"logo": null,
"createdAt": "2023-07-02T16:07:08.469Z",
"updatedAt": "2023-07-02T16:07:08.469Z"
}
}