cURL
curl --request GET \ --url https://api.example.com/api/core/platform_settings/logo \ --header 'Authorization: Bearer <token>'
Retrieve the platform logo image
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?