post
https://{host}/api/v2/projects//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 toENTERPRISE_API.
Request Body
No request body required.
Usage Example
POST {{host}}/api/v2/projects/BHpSAsomIkXp5FH/link?user_type=ENTERPRISE_API
Important Details
-
Ensure the
uuidprovided in the path corresponds to a valid project. -
The
user_typequery 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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
