Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://prod-nginx-v2.goextrovert.com/webgateway/api/client/v2/style/{id} \ --header 'X-API-Key: <api-key>'
{ "status": "success", "data": { "id": "8d256aa6-9b12-49a7-93ee-bf41634b5b60", "updatedAt": "2025-06-30T14:02:07.456Z", "createdAt": "2025-06-30T14:02:07.456Z", "name": "<string>", "isLearningModeEnabled": true, "user": { "id": "8d256aa6-9b12-49a7-93ee-bf41634b5b60", "name": "<string>" }, "styleInstructionsForComments": "<string>", "styleInstructionsForDm": "<string>" }, "message": "Operation completed successfully" }
Loads a single Style by id. The Style’s CommentExamples are not included.
API Key for authentication
Response status
success
Loaded Style
Show child attributes
Success message
"Operation completed successfully"