Skip to main content
Before making any API calls, authenticate to obtain an access token.
1

Sign-in via phone number

All API endpoints are authenticated using Bearer HTTP authentication. Call POST /request-otp to send an SMS message with an OTP code to your phone number
2

Verify One-Time Password code

After receiving the one-time password in SMS message, you need to verify (POST /verify-otp) code to get an access token.
3

Save access token

Pass the token from the response for subsequent API requests in the Authorization property.