Other
Exchange a user access token for a tenant API key (first call seeds the tenant's signing key + demo schemas).
Exchange a user access token for a tenant API key (first call seeds the tenant's signing key + demo schemas).
post/v1/tenant/bootstrap
Request body
object required
Response
No response body
Example response
{
"api_key": "<redacted>",
"email": "docs-capture-6clew6@diditcapture.dev",
"environment": "sandbox",
"role": "owner",
"seeded": true,
"tenant": {
"name": "docs-capture-6clew6",
"slug": "docs-capture-6clew6"
}
}