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 [
]
message stringrequired
Error message for the end user
errorCode string
Code that can be set that supplies a specific reason for why a request failed
invalidFields
object[]
Specific error scoped to a field
name stringrequired
reason stringrequired
errorCode string
internal string
Internal user only
{
"message": "string",
"errorCode": "string",
"invalidFields": [
{
"name": "string",
"reason": "string",
"errorCode": "string"
}
],
"internal": "string"
}
Loading...