STATUS-URL-SCHEME
| Field | Value |
|---|---|
| Name | Status URL Scheme |
| Slug | 114 |
| Status | raw |
| Category | Standards Track |
| Editor | Felicio Mununga [email protected] |
Timeline
- 2026-01-19 —
f24e567— Chore/updates mdbook (#262) - 2026-01-16 —
f01d5b9— chore: fix links (#260) - 2026-01-16 —
89f2ea8— Chore/mdbook updates (#258) - 2025-12-22 —
0f1855e— Chore/fix headers (#239) - 2025-12-22 —
b1a5783— Chore/mdbook updates (#237) - 2025-12-18 —
d03e699— ci: add mdBook configuration (#233) - 2024-09-17 —
a519e67— Move Status-URL-scheme (#98) - 2024-09-13 —
3ab314d— Fix Files for Linting (#94) - 2024-06-21 —
89cac77— feat(60/STATUS-URL-SCHEME): initial draft (#14)
Abstract
This document describes URL scheme for previewing and deep linking content as well as for triggering actions.
Background / Rationale / Motivation
Requirements
Related scope
Features
- Onboarding website
- Link preview
- Link sharing
- Deep linking
- Routing and navigation
- Payment requests
- Chat creation
Wire Format Specification / Syntax
Schemes
- Internal
status-app:// - External
https://(i.e. univers/deep links)
Paths
| Name | Url | Description |
|---|---|---|
| User profile | /u/<encoded_data>#<user_chat_key> | Preview/Open user profile |
/u#<user_chat_key> | ||
/u#<ens_name> | ||
| Community | /c/<encoded_data>#<community_chat_key> | Preview/Open community |
/c#<community_chat_key> | ||
| Community channel | /cc/<encoded_data>#<community_chat_key > | Preview/Open community channel |
/cc/<channel_uuid>#<community_chat_key> |
Discussions
- See https://github.com/status-im/specs/pull/159
- See https://github.com/status-im/status-web/issues/327
Copyright
Copyright and related rights waived via CC0.