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

NameTypeDescription
slugrequiredstringURL slug used to access the resource.

Responses

200The operation completed successfully.
NameTypeDescription
objectobject
200 example
404Not found.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
404 example

Code samples

cURL