Skip to main content
POST
/
v1
/
proposals
/
{id}
/
duplicate
Duplicate a proposal
curl --request POST \
  --url https://api.propal.io/v1/proposals/{id}/duplicate \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://docs.propal.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in format: pp_live_xxxxxxxxxxxxxxxxxxxxxxxx

Path Parameters

id
string<uuid>
required

Proposal UUID

Response

Duplicated proposal

id
string<uuid>
required