API ReferenceOrganizations
List organizations for the current user
curl -X GET "https://api.sendlit.dev/organizations"{
"items": [
{
"organizationId": "string",
"name": "string",
"status": "active",
"createdAt": "string",
"updatedAt": "string"
}
]
}{
"error": "string"
}