> ## Documentation Index
> Fetch the complete documentation index at: https://nango-marcin-get-deployments-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Timify - How do I link my account?

# Overview

To authenticate with Timify, you will need:

1. **App ID** - The identifier for your app in the Developer Platform.
2. **App Secret** - The secret used with your App ID to obtain access tokens for API authentication.

This guide will walk you through creating an app, getting these credentials, and connecting in Nango.

### Prerequisites

* Access to the TIMIFY Developer Platform. Request this from your Account Manager; they will arrange a developer account. You receive an invitation by email and must accept it within 7 days.
* Access to a Company or Enterprise account where the app can be installed.

### Instructions:

#### Step 1: Finding your subdomain

1. The subdomain is the first part of your API base URL, for example, in `https://api.timify.com` the subdomain is `api`.

#### Step 2: Create and install the app

1. Log in to the [Timify Developer Platform](https://api.timify.com) and go to **Apps** to see the **App Dashboard** → **+ NEW APP**.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/HDUjkjftYIkgNPjA/api-integrations/timify/app_dashboard.png?fit=max&auto=format&n=HDUjkjftYIkgNPjA&q=85&s=2d03d5a96b97c32ac2faaf6117b45173" width="640" height="332" data-path="api-integrations/timify/app_dashboard.png" />

2. Choose app type: **TIMIFY Backend App** (for data sync).

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/HDUjkjftYIkgNPjA/api-integrations/timify/app_type.png?fit=max&auto=format&n=HDUjkjftYIkgNPjA&q=85&s=11ff7fe6546fb50f91a6ee678c27dd30" width="640" height="373" data-path="api-integrations/timify/app_type.png" />

3. Set **Visibility** and **Country Visibility** if needed.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/HDUjkjftYIkgNPjA/api-integrations/timify/app_visibility.png?fit=max&auto=format&n=HDUjkjftYIkgNPjA&q=85&s=18a0d5aaf2d0ebdf935856a42d882206" width="640" height="351" data-path="api-integrations/timify/app_visibility.png" />

4. Select **Scopes** for your integration (you can change these while the app is in Draft).

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/HDUjkjftYIkgNPjA/api-integrations/timify/app_scopes.png?fit=max&auto=format&n=HDUjkjftYIkgNPjA&q=85&s=5bb7a7d2f47321dd8b8ebe75b0d30d3a" width="640" height="475" data-path="api-integrations/timify/app_scopes.png" />

5. Authorise your app using the Private Access Key, which can be found in your TIMIFY Company or Enterprise account.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/HDUjkjftYIkgNPjA/api-integrations/timify/generate_private_key.png?fit=max&auto=format&n=HDUjkjftYIkgNPjA&q=85&s=920a8cf6a51a84b0ee695cd7e444729b" width="640" height="412" data-path="api-integrations/timify/generate_private_key.png" />

6. Enter your **App Name** and **Category** then **Create App**.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/HDUjkjftYIkgNPjA/api-integrations/timify/create_app.png?fit=max&auto=format&n=HDUjkjftYIkgNPjA&q=85&s=3c2eddf7057f07912f5cd03de79782e1" width="640" height="457" data-path="api-integrations/timify/create_app.png" />

7. In your Company or Enterprise account go to **Apps** → **Private Apps** → find your app → **Install**.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/HDUjkjftYIkgNPjA/api-integrations/timify/install_app_1.png?fit=max&auto=format&n=HDUjkjftYIkgNPjA&q=85&s=5019d0f1b460c706a2b9288edc336c1f" width="640" height="585" data-path="api-integrations/timify/install_app_1.png" />

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/HDUjkjftYIkgNPjA/api-integrations/timify/install_app_2.png?fit=max&auto=format&n=HDUjkjftYIkgNPjA&q=85&s=013102ec54e3b443db494c2300b9ea62" width="640" height="464" data-path="api-integrations/timify/install_app_2.png" />

<Tip>
  Install the app on your **Enterprise** account if you need it across multiple companies/branches. One app can be installed on only one account (company or enterprise).
</Tip>

***

#### Step 3: Getting your credentials

1. In the Developer Platform, open your app and go to **App Overview** (right-hand panel).
2. Copy **App ID** and **App Secret**.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/HDUjkjftYIkgNPjA/api-integrations/timify/credentials.png?fit=max&auto=format&n=HDUjkjftYIkgNPjA&q=85&s=9b4e823713f130421e3be1b573606fc8" width="640" height="343" data-path="api-integrations/timify/credentials.png" />

Each app has a lifecycle status (Draft, Pending, Approved, etc.) that affects editability and usage. See [App Status](https://docs.timify.dev/docs/first-steps#app-status) in the Timify docs.

#### Step 4: Enter credentials in the Connect UI

Once you have your **Subdomain**, **App ID**, and **App Secret**:

1. Open the form where you need to authenticate with Timify.
2. Enter your **Subdomain** (e.g. `api` for [https://api.timify.com](https://api.timify.com)), **App ID**, and **App Secret** in their respective fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango-marcin-get-deployments-docs/HDUjkjftYIkgNPjA/api-integrations/timify/form.png?fit=max&auto=format&n=HDUjkjftYIkgNPjA&q=85&s=5e6fee517dba23c46ffcb9afa3dfc151" style={{maxWidth: "450px" }} width="500" height="699" data-path="api-integrations/timify/form.png" />

You are now connected to Timify.
