GET
/
integrations
/
{integrationid}
/
{image_type}
.json
curl --request GET \
  --url https://api.chift.eu/integrations/{integrationid}/{image_type}.json \
  --header 'Authorization: Bearer <token>'
{
  "integrationid": 123,
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

integrationid
integer
required
image_type
enum<string>
required
Available options:
icon,
logo

Response

200
application/json

Successful Response

The response is of type object.