Generate Invitation Code
Generate a single-use invitation code for standalone SDK onboarding.
Issues a single-use code that a mobile app can redeem (via
POST /api/v1/invitation-code/redeem) to receive SDK access and refresh
tokens - without your backend having to mint and forward a token itself.
Any previously generated codes for this user are marked as expired.
This is a convenience mechanism for apps with no backend of their own (for
example the Open Wearables app or quick manual testing). It is not the
standard integration path: if your app authenticates users against your own
backend, mint a token directly with POST /api/v1/users/{user_id}/token
instead.
Requires developer authentication.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.

