Create a Fork
POST
/collections/fork/{collection_uid}
Collections
name
, id
, uid
along with fork
information.workspace
as a query param.Requires API Key as X-Api-Key
request header orapikey
URL query parameter.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.getpostman.com/collections/fork/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Fork name"
}'
Response Response Example
{}
Request
Path Params
collection_uid
string
required
Query Params
workspace
string
optional
Body Params application/json
Responses
Modified at 2023-08-15 05:41:03