-
Getting Started
-
Domains
- Authentication & Headers
- Get Domain Pricing
- Search Domain Availability
- List Domains
- Register Domain
- Transfer Domain
- Get Registrar Domain Info
- Change Nameservers
- Registrar Lock (Enable/Disable)
- Whois Privacy (Toggle)
- Dns Management (Get/Set)
- Get Epp/Authorization Code
- Renew Domain
- Restore Expired Domain
- Get Local Domain Details
- Register Custom Nameserver (Glue Record)
- List Contact Profiles
- Create Contact Profile
- Update Contact Profile
- Assign Contacts To Domain
-
SMM | Lab (SEO)
-
Hosted Payments
-
Crypto Payments
-
Messaging
-
WhatsApp API
-
Email API
-
IPTV
Refill Status (action=refill_status)
5. Get refill status – action=refill_status
Description:
Returns the status of one or more refill requests. Actual behaviour depends on upstream provider support.
5.1 Single refill status
Parameters
key(required)action(required) =refill_statusrefill(required): Refill ID.
Example response
{
"status": "Completed"
}
5.2 Multiple refill status
Parameters
key(required)action(required) =refill_statusrefills(required): Comma-separated refill IDs (up to 100).
Example response
[
{
"refill": 1,
"status": "Completed"
},
{
"refill": 2,
"status": "Rejected"
},
{
"refill": 3,
"status": {
"error": "Refill not found"
}
}
]