Gets a company logo

GET /api/avatar/company

Get's the logo for a specified company

Query parameters

  • imageurl string

    URL of fallback image to use if no avatar image is found

  • size string

    Image size for the returned logo

  • Company ID for logo

GET /api/avatar/company
curl \
 -X GET http://api.example.com/api/avatar/company \
 -H "Authorization: Bearer $ACCESS_TOKEN"