Shares
List share links
Returns all share links for an environment.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
envIdRequiredstringEnvironment ID
OK
Create share link
Creates a new share link for an environment (token or password protected).
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredShare link request
expiresInstring"24h", "168h" (7d), "720h" (30d)
labelstringpasswordstringshareTypestringPath Parameters
envIdRequiredstringEnvironment ID
Created
Revoke share link
Deactivates a share link (soft delete).
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
envIdRequiredstringEnvironment ID
linkIdRequiredstringShare link ID
OK
Delete share link permanently
Permanently removes a share link record.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
envIdRequiredstringEnvironment ID
linkIdRequiredstringShare link ID
No Content
Proxy shared environment assets
Public endpoint that proxies root-relative Odoo asset requests via the share cookie.
Proxied asset content
Access shared environment
Public endpoint that validates a share token and proxies to the Odoo instance.
Path Parameters
tokenRequiredstringShare token
Proxied Odoo content
Login to password-protected share
Public endpoint that validates a share password and sets a session cookie.
Request Body
application/jsonRequiredLogin request
passwordstringPath Parameters
tokenRequiredstringShare token
Redirect to share URL