# Welcome

TNID makes creating your personal and business identity a breeze. Connect with people and companies you care about, and manage your preferences with them in one simple to use interface.

### Document Formatting <a href="#document-formatting" id="document-formatting"></a>

We generally format our API documents in the following manner:

1. Overview: the purpose of the end-point
2. Authentication: how to authenticate to the end-point
3. Method: details regarding the API method and examples.

All TNID APIs are GraphQL based. Throughout the documentation, we use common HTTP features such as HTTP verbs and HTTP status codes. Requests must be made via HTTPS (calls over plain HTTP will fail).

Happy coding!

### Jump right in!

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Company Authentication</strong></td><td>Learn how to login as a Company and use features available to businesses.</td><td></td><td></td><td><a href="authentication/company-authentication">company-authentication</a></td></tr><tr><td><strong>User Authentication</strong></td><td>Login as a User and use features available to individuals, including spam reporting.</td><td></td><td></td><td><a href="authentication/user-authentication">user-authentication</a></td></tr></tbody></table>
