API Reference > Manage data access assets > Publish API
  

Publish API

Use the publish API to submit assets for approval if your organization has enabled workflow for managing approvals of data access control assets.
To submit an asset for workflow approval, the asset must have one or more assigned stakeholders. The submission creates a workflow ticket, and assigns the tasks configured for the workflow to the stakeholders of the asset. The asset stakeholder approves, rejects, or reassigns the tasks.
If your organization has not enabled workflow in Metadata Command Center, the publish API returns an error.
For more information about enabling workflow, see Workflows in the Metadata Command Center help.

Publish API endpoints

Send a request to submit a data access asset for workflow review.
The following table describes method and endpoint for the publish API:
Method
Endpoint
Description
POST
<baseApiUrl>/data360/dam/api/v1/publish
Create a workflow ticket and submit an asset for review
The payload includes details needed to create the workflow ticket.
The base API URL differs for each pod. For more information, see Send requests.