Create Identity Token
Applications
Create Identity Token
Creates an identity token for a specific application. This token is used to initiate an authentication flow for linking user identities to the application.
The callback URL must use HTTPS and is where the user will be redirected after authentication.
POST
Create Identity Token
Documentation Index
Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key passed in the header
Path Parameters
The unique identifier of the application
Body
application/json
The HTTPS URL where the user will be redirected after authentication. Must use HTTPS protocol.
Example:
"https://example.com/callback"
Response
Identity token created successfully

