SendLit logoSendLit Docs
API ReferenceTeams

List the teams the current user belongs to

GET
/teams
x-sendlit-apikey<token>

In: header

Response Body

application/json

curl -X GET "https://api.sendlit.dev/teams"
{
  "items": [
    {
      "teamId": "string",
      "organizationId": "string",
      "organizationName": "string",
      "name": "string",
      "status": "active",
      "externalId": "string",
      "createdAt": "string",
      "updatedAt": "string"
    }
  ]
}