curl --request GET \
--url https://api.tryhamsa.com/v1/jobs \
--header 'Authorization: <api-key>'{
"message": "<string>",
"previewUrl": "<string>"
}curl --request GET \
--url https://api.tryhamsa.com/v1/jobs \
--header 'Authorization: <api-key>'{
"message": "<string>",
"previewUrl": "<string>"
}Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token
Was this page helpful?