Get domain
documentedRetrieve a custom domain registered with Unbounce.
GET /domains/{domain_id}Domainsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.unbounce.com/domains/{{$domain_id}}" \
-X GET \
-u "{{UNBOUNCE_API_KEY}}:" \
-H "Accept: application/vnd.unbounce.api.v0.4+json"