Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
curl --request GET \
--url https://api.wirespeed.co/team/platform-logo \
--header 'Authorization: Bearer <token>'
{
"platformLogoLight": "<string>",
"platformLogoDark": "<string>"
}
curl --request GET \
--url https://api.wirespeed.co/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.