ApiPrompt management
Get prompt detail
Returns base and custom content for a single prompt.
Authorization
User API Key AuthorizationBearer <token>
User API key (mgw_usr_live_* or mgw_usr_test_*)
In: header
Path Parameters
slug*string
Cookie Parameters
access_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/settings/prompts/string"{
"slug": "string",
"description": "string",
"category": "string",
"base_content": "string",
"custom_content": "string",
"is_active": true,
"variables": [
"string"
],
"updated_at": "string",
"updated_by": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}