Questions tagged [godaddy-api]

Questions regarding GoDaddy API

GoDaddy API used to interact with GoDaddy

The GoDaddy API allows developers to interact with the GoDaddy system to manage domains and accounts in the same way we do. The API can be used by anyone who wants to create their own experience for registering, purchasing, and managing a domain.

Site: https://developer.godaddy.com/

Docs: https://developer.godaddy.com/doc

280 questions
33
votes
6 answers

I have Godaddy Shared Web Hosting I need to host node.js website can host site?

Anyone have an idea to host a site or reference for how to install a node server on Godaddy. We have Godaddy shared hosting which provides full Cpanel and looking to customize this shared hosting. What is the step to follow and Is we can able to…
Bhavik Limani
  • 469
  • 1
  • 4
  • 9
19
votes
4 answers

Certbot - DNS problem: NXDOMAIN looking up A for xxx - check that a DNS records exists for this

So I tried to run the following sudo certbot certonly --nginx --dry-run -d subdomain.domain.com -d www.subdomain.domain.com That gave me a DNS problem, however, it worked when running sudo certbot certonly --nginx --dry-run -d…
isebarn
  • 3,812
  • 5
  • 22
  • 38
16
votes
3 answers

How to configure SendGrid Sender Authentication (Domain Verification) in GoDaddy

Unable to validate the domain with GoDaddy after adding the CNAMEs from SendGrid
11
votes
3 answers

Adding an A Record with GoDaddy API

I'm trying to add an A record to a domain using GoDaddy's API, but I'm getting a 422 (Unprocessable Entity) response error in the console of my browser. However, when I test the request using GoDaddy's documentation on…
PurpleTurtle
  • 111
  • 1
  • 1
  • 4
11
votes
3 answers

Godaddy api authorization error

I am trying to develop client application for GoDaddy based on their API that they provide here https://developer.godaddy.com And I have a problem with simple example, I am trying to use the next PHP code to check if domain available: use…
Network_SPY
  • 263
  • 1
  • 2
  • 9
6
votes
1 answer

Convert cUrl command to HTTP Request in Swift

I am building an app that checks domain availability. Right now, I am using the goDaddy API; according to goDaddy, the way to check URL availability is by the following cURL command: curl -X GET -H "Authorization: sso-key {API_KEY}:{API_SECRET}"…
Danny
  • 93
  • 1
  • 9
5
votes
4 answers

Data-backup-store

I have a site on godaddy that has a section where you can leave your name, email and a message. Since adding this feature, I've gotten a few entries from randomcharacters-sitename@data-backup-store.com. Does anyone know what this is? I've scoured…
sean360
  • 51
  • 3
5
votes
1 answer

Cannot get wildcard certificate with traefik v2 and godaddy

I'm trying to set up a wildcard certificate mechanism with traefik v2.2 and GoDaddy. What I want to do is generating a valid certificate for the URLs pattern *.example.org. Here there is my docker-compose: version: '3.7' services: traefik: …
floatingpurr
  • 7,749
  • 9
  • 46
  • 106
4
votes
1 answer

Godaddy not sending email to google smtp

Our organization emails are purchased from google workspace and website is hosted on godaddy vps. For sending emails I use gmail smtp but the email is not sent, then I tried to create a local email on cpanel but whenever an email is sent to local…
4
votes
1 answer

DB Connection to Godaddy

I am using Appery.io platform and I've created an API on the GoDaddy and then get an error like in this image. What is the solution?
4
votes
1 answer

Firebase Backend custom domain for NextJS App Hosted on Vercel

So I've made a NextJS App and am using firebase for authentication and firestore. I've bought a domain from GoDaddy and am currently hosting it on Vercel. Everything is working as intended except that I cannot add a custom domain for firebase (when…
Shivam Raj
  • 41
  • 3
4
votes
0 answers

Nodemailer 24 hour sending limit

I have an email account from godaddy hosted on outlook. I'm using nodemailer to automatically send emails from it, using smtpout.secureserver.net. I emailed 25 different people with nodemailer, and not I get this error: "User me@site.com has…
xcodesucks123
  • 424
  • 4
  • 8
4
votes
1 answer

SSO across multiple websites (multiple databases)

slightly losing my mind here and I would really like some help to get me pointed in the right direction. I'm using a shared Linux server on GoDaddy where I have two PHP websites with separate user logins authenticating with two separate MySQL…
4
votes
0 answers

Call to undefined method mysqli_stmt::get_result() with mysqlnd enabled

Initially I had this error saying Call to undefined method mysqli_stmt::get_result() Then after searching I found out that I have to enable mysqlnd driver for that. I using godaddy hosting site and I have enabled the mysqlnd driver but I am still…
user7360646
3
votes
2 answers

How to connect ec2 instance to a domain name

I have hosted a python flask app on ec2 instance and is running perfectely. When I run the python file, it hosts on http://132.2303.9:5000/ something like this and I can access it through my web but I want to know that how could I connect it to my…
1
2 3
18 19