How verification works
Userplane uses a token-based verification process:- Userplane generates a unique verification token (JWT) for your domain.
- You add a script tag with the token to your website.
- Userplane makes a CORS-validated request to your domain to check for the token.
- If the token is found and valid, the domain status changes to verified.
Verification steps
Open Domain settings
Go to Workspace Settings > Domains and
select the domain you want to verify.
Start verification
Click Verify. You can also send these instructions to a developer via email using the Send
to Developer button.
Time limit
The verification token expires after 5 minutes. If the token expires before verification completes, generate a new one and try again.CORS requirements
Your domain must allow CORS requests from Userplane during the verification process. The verification request will fail if CORS is blocked. See the Domain Verification Guide for technical details and troubleshooting.After verification
Once verified:- The domain status changes to Verified.
- You can create branded recording links using this domain.
- Domain recording preferences become active.
- You can remove the verification script tag from your website.
Related articles
- Domains — why domains matter.
- Domain Verification Guide — detailed technical guide for developers.