cURL
curl --request GET \ --url https://api.chift.eu/integrations/{integrationid}/{image_type}.json \ --header 'Authorization: Bearer <token>'
{ "integrationid": 123, "data": "<string>" }
This access token needs to be included in each of your request to the Chift API.
icon
logo
Successful Response
The response is of type object.
object