Skip to content

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

Successful Response

application/json
JSON
{
  
"refusalCatalog": {
  
  
"createdAt": "string",
  
  
"createdBy": "string",
  
  
"id": "string",
  
  
"phrases": [
  
  
  
[
  
  
  
]
  
  
]
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: