Email domains
Configure and manage email domains for organizations.
Was this helpful?
Configure and manage email domains for organizations.
Email domain
curl -L \
--url 'https://api.gitbook.com/v1/email-domains/{emailDomain}/orgs' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"organizations": [
{
"object": "organization",
"id": "text",
"title": "text",
"createdAt": "2025-04-06T18:07:51.039Z",
"emailDomains": [
"text"
],
"hostname": "text",
"type": "business",
"useCase": "internalDocs",
"communityType": "nonProfit",
"defaultRole": "admin",
"defaultContent": {
"type": "site",
"site": "text"
},
"sso": true,
"ai": true,
"inviteLinks": true,
"plan": "free_2024",
"billing": {
"interval": "monthly",
"endDate": "2025-04-06T18:07:51.039Z",
"hasPaymentFailed": true,
"isScheduledToCancel": true
},
"urls": {
"location": "https://example.com",
"app": "https://example.com",
"logo": "https://example.com"
},
"trial": {
"status": "notapplicable",
"endDate": "2025-04-06T18:07:51.039Z",
"decision": "downgrade"
},
"customHostname": "text",
"blocked": {
"reason": "security"
},
"internal_isOnNewTrial": true,
"internal_billingMigration": {
"deadline": "2025-04-06T18:07:51.039Z",
"discountPercent": 1,
"discountEndDate": "2025-04-06T18:07:51.039Z"
},
"permissions": {
"admin": true,
"createContent": true
}
}
]
}
OK
Was this helpful?