Referencia de APIShared / Shared
Create Shared by id create intent
← Back to full API reference
POST
/v1/shared/:id/create-intentPublic- This endpoint can be called without an authenticated session.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| id | Yes | Required path parameter. |
Default payloads
Path params
json
{
"id": 1
}Query
json
{}Body
json
{}Sample response
json
{
"clientSecret": "<value>"
}