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