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.
curl --location --request POST 'https://api.getpostman.com/collections/fork/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Fork name"
}'
{}