Skip to main content
GET
/
godaddy-keys
/
List GoDaddy API keys
curl --request GET \
  --url https://api-v2.missioninbox.com/godaddy-keys/ \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "id": 123,
    "name": "<string>",
    "user": 123,
    "api_key": "<string>",
    "api_secret": "<string>",
    "key_valid": true,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

id
integer
required
user
integer
required
api_key
string
required
api_secret
string
required
created_at
string<date-time> | null
required
updated_at
string<date-time> | null
required
name
string | null
Maximum length: 255
key_valid
boolean