Authentication
# cURL is most likely already installed on your machine
curl --location --request GET 'https://api.redirhub.com/v1/test' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your-token-here}'
Last updated
# cURL is most likely already installed on your machine
curl --location --request GET 'https://api.redirhub.com/v1/test' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your-token-here}'
Last updated