Skip to content

Data Mesh Management APIs

Taiyo Platform with Data Mesh is managed with the help of APIs under this section. These APIs function and control across all Data Products and manage information.

METHOD ENDPOINT USAGE
GET {{baseUrl}}/mc3/apis This apis endpoint gives swagger documentation for all Rest Endpoints available under Taiyo APIs Platform
GET {{baseUrl}}/mc3/users/mail_auth_token This mail_auth_token endpoint with an already authenticated user gives a trigger to the system to send email with all access tokens and their Data Products Scope to users email.
GET {{baseUrl}}/mc3/users/token_scope This token_scope endpoint help understand and know access rights to Data Product with given token details
GET {{baseUrl}}/mc3/users/generate_auth_token This generate_auth_token endpoint helps create new authentication token under already authenticated users. This endpoint helps users manage all their subscribed Data Products and access control via generating multiple tokens and defining its scope.
GET {{baseUrl}}/mc3/users/renew_auth_token This renew_auth_token endpoint helps users change authentication information, change subscription/scope to Data Products access with given token under already authenticated users.