Public config endpoint
GETGenerate JWT/dashboard/api/v1/public-config
Responses
- 200
- 400
Returns the public config of the service
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
- MOD3
property name*
object
anyOf
string
number
boolean
{}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
messagestringrequired
Error message for the end user
errorCodestring
Code that can be set that supplies a specific reason for why a request failed
invalidFields
object[]
Specific error scoped to a field
namestringrequired
reasonstringrequired
errorCodestring
internalstring
Internal user only
{
"message": "string",
"errorCode": "string",
"invalidFields": [
{
"name": "string",
"reason": "string",
"errorCode": "string"
}
],
"internal": "string"
}