Skip to main content

Connect Launcher JWT

Launch your experiences directly on OpenPage and use our JWT token to easily reward users with on-chain badges and rewards. Learn More.
1
Receive a JWT auth token in the URL when a user is directed to your experience.https://yourexperience.com?token=eyJhbGciOiJIUzI1...
2
Issue achievements, tokens, or rewards at any point while the user is on your app.
curl --location 'https://api.op.xyz/v1/launcher/:id/attribute-badge' \
--header 'X-Api-Key: your-experience-secret' \
--data '{
    "jwt": {{ jwt }},
    "badgeId": "0000-0000000-00000-00000-00000",
}'

To launch an Experience you will need an API Key from OpenPage Portal.

Open OpenPage Portal


API Keys

Community endpoints are used to retrieve information about your Communities and associated members and require an API key obtained from the OpenPage Portal.

Community API keys can be obtained from the OpenPage Portal.

Open OpenPage Portal