GET
/
team
/
platform-logo
Get platform logos
curl --request GET \
  --url https://api.wirespeed.co/team/platform-logo \
  --header 'Authorization: Bearer <token>'
{
  "platformLogoLight": "<string>",
  "platformLogoDark": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

platformLogoLight
string

URL of the light theme platform logo

platformLogoDark
string

URL of the dark theme platform logo