Domains
List your Domains.
Domain API Actions
Action | Method | Path |
---|---|---|
List | GET | /api/v1/domains |
List domains
You can return a list of your domains.
Argument | Options |
---|---|
query (string, optional) | Filter your domains by name |
page (integer, optional) | Change the page |
Example API call
HTTPS
https://usebasin.com/api/v1/domains?filter_by=All&page=1&query=&api_token={account_api_token}
Make sure you swap out {account_api_token}
with your account wide API token found on your Account Setting page.