> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/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/F0aIuWoBTQtYXOtJ/api-integrations/timify/app_dashboard.png?fit=max&auto=format&n=F0aIuWoBTQtYXOtJ&q=85&s=45c25f807070b2c57b3b872f5d2b7148" 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/F0aIuWoBTQtYXOtJ/api-integrations/timify/app_type.png?fit=max&auto=format&n=F0aIuWoBTQtYXOtJ&q=85&s=e0ac23e5b5720cae1d5200b80e930b43" 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/F0aIuWoBTQtYXOtJ/api-integrations/timify/app_visibility.png?fit=max&auto=format&n=F0aIuWoBTQtYXOtJ&q=85&s=2b90fd93f4f43e8462785ccc4b4ae3d6" 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/F0aIuWoBTQtYXOtJ/api-integrations/timify/app_scopes.png?fit=max&auto=format&n=F0aIuWoBTQtYXOtJ&q=85&s=aeee1c47b64169ca51ba53408b507aa9" 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/F0aIuWoBTQtYXOtJ/api-integrations/timify/generate_private_key.png?fit=max&auto=format&n=F0aIuWoBTQtYXOtJ&q=85&s=71badda14da3d45e52ca48976895a476" 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/F0aIuWoBTQtYXOtJ/api-integrations/timify/create_app.png?fit=max&auto=format&n=F0aIuWoBTQtYXOtJ&q=85&s=390a8026b6aa466fdc4e3e32095835cd" 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/F0aIuWoBTQtYXOtJ/api-integrations/timify/install_app_1.png?fit=max&auto=format&n=F0aIuWoBTQtYXOtJ&q=85&s=10f85a6bfa5f733de39206675916c7ed" width="640" height="585" data-path="api-integrations/timify/install_app_1.png" />

<img src="https://mintcdn.com/nango/F0aIuWoBTQtYXOtJ/api-integrations/timify/install_app_2.png?fit=max&auto=format&n=F0aIuWoBTQtYXOtJ&q=85&s=8b533527d34b87dd83eb536febf1e729" 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/F0aIuWoBTQtYXOtJ/api-integrations/timify/credentials.png?fit=max&auto=format&n=F0aIuWoBTQtYXOtJ&q=85&s=7aab17b4768c327609de0534e332d625" 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/XZb1TfaG3lOZNbTv/api-integrations/timify/form.png?fit=max&auto=format&n=XZb1TfaG3lOZNbTv&q=85&s=6ebee44554afaad94df66ea1091ebd5e" style={{maxWidth: "450px" }} width="500" height="699" data-path="api-integrations/timify/form.png" />

You are now connected to Timify.
