Retrieve a team by its unique identifier
Returns full details of the specified team.
Request Code Samples
curl --location --request GET 'https://platform.shopranos.eu/api/teams/' \
--header 'x-companyid: 668abfd3-ed5c-4780-b0b8-c02f2141f131'
Responses
application/json
Returns the team with the specified ID.
{
"id": "string",
"name": "string",
"users": [
{
"id": "string"
}
],
"modifiedBy": "string",
"createdBy": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"modifiedAt": "2019-08-24T14:15:22.123Z"
}
Modified at 2026-03-16 11:47:41