SendLit logoSendLit Docs
API ReferenceOrganizations

List organizations for the current user

GET
/organizations
x-sendlit-apikey<token>

In: header

Response Body

application/json

application/json

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