Verify Authorisation Token
Paste a Monarrch token hash to verify its authenticity and view licence details
Works with or without the Monarrch: prefix
API Access
You can also verify tokens programmatically:
curl -X POST https://app.monarrch.com/api/v1/authorisation/verify \
-H "Content-Type: application/json" \
-d '{"hash": "Monarrch:your_token_hash_here"}'Full API documentation available at https://app.monarrch.com/api/docs