Skip to main content
POST
Create a short-lived share link for the current instance.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Body

application/json
url
string
required

Relative RevoEngine route for the current instance, including supported grid filters.

Maximum string length: 8192
Example:

"/instance-id/resources/databases?v=2&f.status=ACTIVE"

Response

201 - application/json
id
string
required

Short-lived share identifier.

Required string length: 12
Example:

"V1StGXR8_Z5j"

Last modified on September 18, 2026