Saves the Embed Token details for a specified workspace.
This method retrieves the Embed Token details from the database using the provided workspace ID.
post
Authorizations
Query parameters
urlWorkspaceIdstringRequired
The Workspace ID for which the Embed Token details are being saved.
Responses
200
Success: Returns the Embed Token details for the specified workspace.
400
Bad Request: The provided WorkspaceId is invalid or empty.
500
Internal Server Error: An error occurred while saving the Embed Token details.
post
POST /Embed/EmbedTokenSave?urlWorkspaceId=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*