- API: domains endpoint
API: domains endpoint
New feature•
We've added the following API endpoints:
- GET /api/v1/domains
- GET /api/v1/domains/{id}
- POST /api/v1/domains/{id}/check-dns
The `check-dns` endpoint can be handy to force-check a specific domain after the DNS changes have been made with your DNS provider.
Our documentation and PHP SDK are updated as well.