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