Custom Domain
API referenceProviders

List the DNS providers the Connect engine can detect and automate

GET
/providers

Response Body

application/json

curl -X GET "https://example.com/providers"
{  "providers": [    {      "id": "string",      "rail": "string",      "oauth": true    }  ],  "count": 0}