Get connect token
Headers
- Type: stringx
-session -id - Type: stringx
-company
Responses
- application/json
Request Example for post/sdk/v1/auth/connect-token
curl https://api.freeday.ai/sdk/v1/auth/connect-token \
--request POST
{
"connection_token": "eyJhbGciOiJIUzI1NiIs…"
}