Skip to main content
GET
Retrieve

Headers

string
required
Your API key for authorization.

Path Parameters

string
required
The ID of the style to retrieve.

Response

boolean
Indicates whether the operation was successful.
object
The style object containing:
  • id: The style ID
  • text: The style description
  • profile_id: The ID of the profile this style is attached to
  • created_at: Timestamp when the style was created
  • updated_at: Timestamp when the style was last updated
string
A code indicating the result of the operation. Possible values:
  • STYLE_RETRIEVED: Style retrieved successfully
  • STYLE_NOT_FOUND: Style not found
string
Error message if the request fails.