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
2
votes
0 answers

Azure Cdn Custom Domain with GoDaddy

Based on the microsoft tutorial https://learn.microsoft.com/en-us/azure/cdn/cdn-map-content-to-custom-domain I have created 2 CNAME record in GoDaddy: Host: test1.agi-ltd.net Points to: test1.azureedge.net Host: test2.agi-ltd.net Points to:…
ron94
  • 31
  • 2
2
votes
2 answers

fix cloud DNS google and Godaddy automatically

I am using terraform to set-up my infrastructure, but use godaddy for my domain hosting. Unfortunately, every time I set-up my Cloud DNS in GCP the nameservers are random between ns-cloud-{x}1.googledomains.com. x = a, b, c, d, e which means…
Mike
  • 3,775
  • 8
  • 39
  • 79
2
votes
2 answers

GoDaddy API - Domain unit price value

Using API, I am trying to fetch domain availability and its price in GoDaddy. However, the price shown on the front end GoDaddy webpage($11.99) doesn't match on the price fetch through API($7490000). Sample data tried from the POSTMAN API call
Sathish S
  • 21
  • 4
2
votes
0 answers

GODADDY DOMAIN API for Purchase is getting 400 Bad Request client error

[03-Jul-2019 09:27:28 UTC] error printed :Client error: POST https://api.godaddy.com/v1/domains/purchase resulted in a 400 Bad Request response: {"code":400,"message":"parsing body body from \"\" failed, because invalid character 'd' looking for…
2
votes
1 answer

Using curl to post an array to the godaddy api

I am trying to post a bunch of domains to the godaddy api in order to get information about pricing and availability. However, whenever I try to use curl to execute this request, I am returned nothing. I double checked my key credentials and…
2
votes
1 answer

Add a subdomain into Route 53 and control all the subdomains under that subdomain from Route 53

I would like to create a subdomain on Route 53 with DNS provided by GoDaddy and control all of it's subdomains from Route 53. E.g. Assume that I have purchased example.com on GoDaddy and created different records to point them to respective IP…
kk.
  • 3,747
  • 12
  • 36
  • 67
2
votes
1 answer

Is there any way to create/update 'A' type record in Godaddy domain using nodejs?

Say for example I have a domain 'example.com'. I want to update 'A' type record like 'test' with some TTL value in order to have the domain 'test.example.com'. How can we do that in node js? Is there any module available? Thanks in advance! I tried…
2
votes
1 answer

include rule file to along with force https setting in godaddy

I'm using godaddy as hosting in its admin panel I have .htaccess file as shown below RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ /core.php [L] I made settings to force…
Mani
  • 2,391
  • 5
  • 37
  • 81
2
votes
1 answer

How to recover accidentally deleted files in Go Daddy Root folder ?

I was hosting a web app developed in ASP.net MVC to Go Daddy hosting server. Once I have uploaded the files to /httpdocs, I had to remove the files again from the host. Instead of deleting what is in the /httpdocs folder, Accidentally I deleted some…
2
votes
1 answer

GoDaddy API - Bulk check for domains availibility issue

I am trying to check the availibility of multiple domain at once according to the documentation here : https://developer.godaddy.com/doc#!/_v1_domains/available POST: https://api.ote-godaddy.com/v1/domains/available Body { "domains": [ …
Jamesst20
  • 404
  • 6
  • 21
2
votes
0 answers

Why I am getting "OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection" error on an API call with godaddy server?

I was trying to fetch details from a third party using API call.It is working fine with my localhost but when I uploaded it to live server, it is returning an error like this. Why it is happening?. I am using godaddy server,so do I need to change…
2
votes
1 answer

GoDaddy redirect from office365 not returning refresh token

I have an app which syncs to OneDrive. If the user is using Office365 via GoDaddy and I have a grant_type of 'refresh_token', it doesn't return the refresh_token back, which in turn, won't let me refresh the token I currently have. I've tried adding…
Aiza C.
  • 21
  • 2
2
votes
3 answers

How do I authenticate to the GoDaddy API using C#?

I have setup an account on GoDaddy and have my developer keys for accessing the API. Using Fiddler I am able to construct a request that returns results. However, using the following code from a Console application fails with "Unauthorized". I'm…
DarLom
  • 1,100
  • 2
  • 12
  • 30
1
vote
0 answers

Laravel: Connection could not be established with host "live.smtp.mailtrap.io:587": stream_socket_client(): Unable to connect to

I'm currently using Laravel as my framework for a website. Error Code: Connection could not be established with host "live.smtp.mailtrap.io:587": stream_socket_client(): Unable to connect to live.smtp.mailtrap.io:587 (Connection refused) I am…
1
vote
1 answer

aws SSL certificate not getting it to work on my load balancer

I have a load balancer, and I need a secure connection for it. Currently if you access: https://myapp.us-east-1.elb.amazonaws.com/ it's unsecure connection. For this I did the following: I went to AWS Certificate Manager, and generated the…
1 2
3
18 19