Shares
Open a share by its slug
GET
/api/share/{slug}Resolves a public share slug and returns its resource references, parameters, and an access token scoped to the shared resources.
Path parameters
| Name | Type | Description |
|---|---|---|
| slugrequired | string | URL slug used to access the resource. |
Responses
200The operation completed successfully.
| Name | Type | Description |
|---|---|---|
| object | object |
200 example
404Not found.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
404 example
Code samples
cURL