cURL
curl --request GET \ --url https://api.example.com/api/core/public/settings \ --header 'Authorization: Bearer <token>'
{}
Return available public settings endpoints
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?