I want to request bulk domain avability from godaddy API but I cant figure out how to make it work. Here documentation https://developer.godaddy.com/doc/endpoint/domains#/v1/availableBulk
I post too
But i get response
I post too
fallowing code in post field:
Код:
curl -X 'POST' \
'https://api.ote-godaddy.com/v1/domains/available?checkType=FAST' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Authorization: sso-key UzQxLikm_46KxDFnbjN7cQjmw6wocia:46L26ydpkwMaKZV6uVdDWe' \
-d '[
"dfgdfgfd.com","dsffdsfdsfds.co"
]'
{"code":"MISSING_CREDENTIALS","message":"Unauthorized : Credentials must be specified"}