Styles
Retrieve
Retrieve a style profile.
GET
Headers
Your API key for authorization.
Path Parameters
The ID of the style to retrieve.
Response
Indicates whether the operation was successful.
The style object containing:
id
: The style IDtext
: The style descriptionprofile_id
: The ID of the profile this style is attached tocreated_at
: Timestamp when the style was createdupdated_at
: Timestamp when the style was last updated
A code indicating the result of the operation. Possible values:
STYLE_RETRIEVED
: Style retrieved successfullySTYLE_NOT_FOUND
: Style not found
Error message if the request fails.