curl --request GET \
--url https://api.wirespeed.com/team/platform-logo \
--header 'Authorization: Bearer <token>'
{
"platformLogoLight": "<string>",
"platformLogoDark": "<string>"
}
curl --request GET \
--url https://api.wirespeed.com/team/platform-logo \
--header 'Authorization: Bearer <token>'
{
"platformLogoLight": "<string>",
"platformLogoDark": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The response is of type object
.