# Onboarding Token API

This API enables customers to programmatically generate unique onboarding tokens (OT) for end-users,
      following existing onboarding logic, and automatically email the token to the user.
      Tokens are created with a 14-day expiration, conflict detection, and standard state handling (Issued, Used, Expired).
      Issued tokens are recorded in the organization's dashboard.

Version: 1.0

## Servers

```
https://api.sqr-group.com
```

## Security

### bearer

Type: http
Scheme: bearer
Bearer Format: JWT

## Download OpenAPI description

[Onboarding Token API](https://docs.sqr-group.com/_bundle/apis/onboarding-token-docs.yaml)

## Onboarding Token

— This API allows customers to programmatically create onboarding tokens and email them to end-users.

### Create onboarding token

 - [POST /v1/onboarding-token](https://docs.sqr-group.com/apis/onboarding-token-docs/onboarding-token/createonboardingtoken.md): Create a unique onboarding token (OT) for an end-user, email it to them using the standard onboarding template, and return the token in the response

