An application is the entity selling a good or service to others.
An application can be thought of as a company, though separate applications can also be created for individual lines of business within one company.
Each application operates independently within Revenue HQ, even if the cash is ultimately deposited into the same bank account. Applications have no knowledge of each other, and no data can be shared between applications.
All applications will have a public landing page and account management service made available on the domain myrevhq.com
. When creating an application, you will supply your requested subdomain (which must be unique). Your public instance will then be available at subdomain.myrevhq.com
.
You will also be able to supply an optional custom domain under your control, whose DNS you will point back to our servers (e.g., example.com
).
All application-specific API calls (i.e., begin with /applications/applicationID
) will also be available against the subdomain and the optional custom domain at the /api
path. For example, retrieving an application's API tokens can be done by making a GET
request to subdomain.myrevhq.com/api/api-tokens
or example.com/api/api-tokens
.