Setup
To set up your custom domain for the API, you need to add a CNAME record in your DNS provider's settings. This process points your custom subdomain to our service, enabling a white-labeled experience under your own brand.
Instructions
Follow these steps to configure your custom domain:
-
Log in to your domain registrar's console. This is the service where you purchased your domain.
-
Find your domain's DNS management page. This section is often labeled "DNS Management," "Name Server Management," or "Advanced DNS."
-
Create a new
CNAMErecord with the following details:- Type:
CNAME - Name (or Host):
api(Note: Some DNS providers require the full hostname, likeapi.example.com..) - Target (or Value):
api.example.alreadyknow.finance. - TTL (Time to Live): You can leave this at the default setting (often 1 hour or "Automatic").
- Type:
-
Save your changes.
DNS changes can take a few minutes to an hour to propagate, but in some cases, it might take longer.
Example DNS Record
If your domain is example.com, your CNAME record should look like this:
| Type | Name/Host | Target/Value |
|---|---|---|
CNAME | api | api.example.alreadyknow.finance. |
Once the DNS record is active, requests to https://api.example.com will be correctly routed to the platform's infrastructure.