Theme - Fetch details of the requested theme
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
tenantIdstring · uuidRequired
Enter ID of the tenant for which the theme details are requested.
themeIdstring · uuidRequired
Enter ID of an existing theme
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Successful retrieval of the requested theme
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
404
Not Found: Theme or tenant not found, URL is invalid, or resource has been deleted.
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
/tenants/{tenantId}/themes/{themeId}Last updated