Skip to content
AI Security
Search
K
Main Navigation
App
Appearance
Menu
Return to top
Get refusal catalog by id.
GET
/backend/v1/refusal-catalogs/{refusalCatalogId}
Get refusal catalog by id.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
refusalCatalogId
*
Type
string
Required
Format
"uuid"
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"refusalCatalog"
:
{
"createdAt"
:
"string"
,
"createdBy"
:
"string"
,
"id"
:
"string"
,
"phrases"
:
[
[
]
]
}
}
GET
/backend/v1/refusal-catalogs/{refusalCatalogId}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
refusalCatalogId
*
Try it out
Samples
Powered by
VitePress OpenAPI