Feature
Header parameters
Brand-URLstringRequiredExample:
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
Responses
200
OK
application/json
get
GET /api/v1/constants/feature/types HTTP/1.1
Host: protocol.jframework.io
Brand-URL: text
Accept: */*
200
OK
{
"success": true,
"statusCode": 1,
"message": "text",
"data": [
"text"
],
"errors": [
{
"code": 1,
"subcode": 1,
"errorCode": 1,
"details": "text",
"logLevel": "0 - Trace"
}
]
}
Last updated
Was this helpful?