Aller au contenu

Bootstrap with company context

GET
/portal/{companyCodeContext}/bootstrap
curl --request GET \
--url https://auth.timetonic.com/portal/COMPANY_A/bootstrap

Initialize session with specific company context

companyCodeContext
required
string
Example
COMPANY_A

Company account code for portal-scoped requests

linkId
string
token
string
mail
string format: email

Bootstrap data with company context

Media typeapplication/json
object
csrfToken

CSRF token for form submissions

string
currentTcVersion

Current Terms & Conditions version

string
currentTcUrls

T&C URLs by language

object
key
additional properties
string format: uri
authenticationPolicies

Company authentication policy settings

object
passwordValidationPoliciesDescription
string
action

Suggested action based on pass-through params

string
Allowed values: signup
email

Pre-filled email from mail parameter

string format: email
Example
{
"currentTcVersion": "1.0",
"currentTcUrls": {
"en": "https://home.timetonic.com/legal/terms-of-service",
"fr": "https://fr.home.timetonic.com/legal/terms-of-service"
},
"action": "signup"
}