Marketplace API Endpoints
Last updated
Was this helpful?
Last updated
Was this helpful?
Private preview: The Marketplace app is available to select accounts. Reach out to your Immuta representative for details.
Create a new system wide data access agreement
/api/access-agreement
The name of data use/acknowledgement agreement
The text of data use/acknowledgement agreement
How users are required to acknowledge acceptance of the agreement/terms
SIGNATURE
, CHECKBOX
, QUESTION
Search and filter access requests the current user can manage
/api/access-request
The id of the data product to filter requests by
asc
, desc
status
, dataProduct
, createdAt
Modify a pending approval record as an approver
/api/approval-record/{id}
PENDING
APPROVED
, BLOCKED
, CANCELED
, DENIED
, PENDING
Search data products in the marketplace using the provided filters
/api/data-product
Pagination token to fetch the next page of results
The number of items to return per page
asc
, desc
name
Add one or more data products to the marketplace
/api/data-product
Data product name
Sales
^[a-zA-Z0-9)(\-_/\\\s]*$
PENDING
APPROVED
, CANCELED
, DENIED
, PENDING
, NONE
, PUBLISHER
, REVOKED
["4d004a3a-4568-4c1d-822e-30958ef898dc"]
The types of data sources contained in the data product.
["Databricks","Redshift","Snowflake"]
Data product description
Data product statistics
Update an existing data product by ID
/api/data-product/{id}
Data product name
Sales
^[a-zA-Z0-9)(\-_/\\\s]*$
Whether access to the data product's data sources are suspended
false
PENDING
APPROVED
, CANCELED
, DENIED
, PENDING
, NONE
, PUBLISHER
, REVOKED
["4d004a3a-4568-4c1d-822e-30958ef898dc"]
The types of data sources contained in the data product.
["Databricks","Redshift","Snowflake"]
Data product description
Data product statistics
Search all data sources for the data product using the provided filters
/api/data-product/{id}/datasources
Pagination token to fetch the next page of results
The number of items to return per page
The global user ID to search data source access status for
Update the data sources associated with the data product. Any currently associated data sources not included in the payload will be removed.
/api/data-product/{id}/datasources
Search all access requests for the data product using the provided filters
/api/data-product/{id}/request
asc
, desc
status
, dataProduct
, createdAt
Create a new data access request for the specified data product
/api/data-product/{id}/request
Immuta global user id of the user for whom access is being requested
The data use agreement form
Updates the specified access request to revoked and revokes access to data sources associated with the data product
/api/data-product/{id}/request/{requestId}
No body
Returns 5 most recent data access requests with a terminal status as well as the approval records which contributed to that status.
/api/data-product/{id}/recent-determinations
Search data sources within the selected domain that can be included in a data product
/api/metadata/domain/{id}/datasources
Search text to filter data sources