Generate Edit Draft Project Link

Generate Edit Draft Project Link

Generate or retrieve a unique link associated with a specific project. Commonly used to obtain a URL for editing or accessing a draft project, or to facilitate workflows that require a project-specific link.


Endpoint

POST {{host}}/api/v2/projects/:uuid/link


Path Variables

  • uuid (string, required): Unique identifier of the project for which the link is being generated. Must be provided in the URL path.

Query Parameters

  • user_type (string, optional): Specifies the type of user making the request. For enterprise API usage, set this to ENTERPRISE_API.

Request Body

No request body required.


Usage Example

POST {{host}}/api/v2/projects/BHpSAsomIkXp5FH/link?user_type=ENTERPRISE_API

Important Details

  • Ensure the uuid provided in the path corresponds to a valid project.

  • The user_type query parameter may be required for certain API access levels or features.

  • Authentication headers may be required depending on your API security configuration.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
Query Params
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!