Clipform
Dynamic Links

Resolve a dynamic link

Resolves a dynamic link's public id to the share id of the form it currently points at.

GET
/dynamic-links/public/{publicId}

Path Parameters

publicId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/dynamic-links/public/string"
{  "share_id": "string",  "form_id": "46af4ef5-2c18-4098-9bc5-c048fb90b843"}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}