Flambe docs

Save a shared resource

Copies a shared resource into the caller's own library. Unlike resolving the link, this does require authentication.

POST
/api/shared/{token}/save

Copies a shared resource into the caller's own library. Unlike resolving the link, this does require authentication.

Authorization

bearerAuth
AuthorizationBearer <token>

A Clerk session JWT. Obtain one with a Clerk frontend SDK (session.getToken()) or, for server-to-server use, with a Clerk machine token. The token's sub claim is the Flambe user id that scopes every request.

In: header

Path Parameters

token*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/shared/string/save"
{  "resource_type": "string",  "resource": {}}