GoDaddy provides detailed API reference docs.
No extra prerequisites required than covered in the README file.
Sign up for a GoDaddy account here: https://www.godaddy.com/
An API Key and Secret is required to authenticate to the service, which can be obtained from https://developer.godaddy.com/keys
Create a .env
file at the root of this project that contains the following :
SHOPPER_ID=<your-shopper-id>
API_KEY=<your-api-key>
API_SECRET=<your-api-secret>