---
url: https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/
title: "How To Get Credentials\n                #"
description: "GubHub consists of lots of elements like applications, items and fields. Each of them has its own ID that in turn is used in different methods and functions. Du"
lang: uk
updated: 2026-09-11T19:54:51.731Z
---

# How To Get Credentials [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#how-to-get-credentials)

GubHub consists of lots of elements like applications, items and fields. Each of them has its own ID that in turn is used in different methods and functions. During programming with the help of [GudHub Lib](https://gudhub.com/ru/docs/core-api/lib/) you need to use certain IDs all the time.

It is also important that access to the [GudHub library](https://gudhub.com/ru/docs/core-api/lib/) can be implemented using a user authentication key. This leads to the fact that you need to know where to get all this data. So, in this chapter, we will tell you where and how you can get the ID you need.

Each of elements have at least two ways how to get it. Here we will talk about ways to get a specific ID. But you can also get IDs using methods like `getFieldList`.

## Application ID [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#application-id)

### App ID with the Help of Link [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#app-id-with-the-help-of-link)

This is the first and the easiest way to get ID. As you may have gathered, app ID is hiding in the browser link. Open your application. It will have a link that looks like this:

Копировать

```plaintext
    https://gudhub.com/act/open_app/25904/1442266
```

The first number after the base url is exactly app ID. In this case, it is 25904.

### App ID with the Help of DevTools [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#app-id-with-the-help-of-devtools)

DevTools is probably well-know for you and will help you to get an application ID.

1\. Open _DevTools_ in page of your application and switch to _Network_.

![App ID example of active DevTools ](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/app-item-field-id-devtools-step-1.jpg "Active Network tab in DevTools. App ID")

2\. In filter choose _Fetch/XHR_.

![App ID Fetch/XHR filtering example](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/app-item-field-id-devtools-step-2.jpg "Fetch/XHR filtering. App ID")

3\. Find _get?app\_id_ in the table below and click on it. Then the _Preview_ will appeared.

![App ID example of opened Preview](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/app-item-field-id-devtools-step-3.jpg "Open application preview. App ID")

4\. The first property in _Preview_ is _app\_id_.

![Example of application and application ID](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/app-id-devtools-step-4.jpg "Application ID in DevTools")

### App ID with the Help of GudHub [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#app-id-with-the-help-of-gudhub)

1\. Open the desired application and right-click anywhere. Then choose _Edit field_ in appeared list.

![Example of settings bar](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/app-id-gudhub-step-1.jpg "Edit Field")

2\. Choose _EMBED_ in pop-up box at the bottom of the page.

![Open settings of example field](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/app-id-gudhub-step-2.jpg "Field settings")

3\. Find the _app\_id_ in the appeared code.

![EMBED of the example field](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/app-id-gudhub-step-3.jpg "EMBED of the field")

> This method will not works if you do not have editing access to the application

## Item ID [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#item-id)

### Item ID with the Help of link [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#item-id-with-the-help-of-link)

Open needed item in GudHub. It will have a link looks like:

Копировать

```plaintext
    https://gudhub.com/act/open_item/25904/1442279/2996764
```

The last number in it is an item ID. In our case, it is 2996764.

### Item ID with the Help of DevTools [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#item-id-with-the-help-of-devtools)

1\. Open _DevTools_ in page of your application and switch to _Network_.

![Item ID example of active DevTools](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/app-item-field-id-devtools-step-1.jpg "Active Network tab in DevTools. Item ID")

2\. In filter choose _Fetch/XHR_.

![Item ID Fetch/XHR filtering example](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/app-item-field-id-devtools-step-2.jpg "Fetch/XHR filtering. Item ID")

3\. Find _get?app\_id_ in the table below and click on it. Then the _Preview_ will appeared.

![Item ID example of opened Preview](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/app-item-field-id-devtools-step-3.jpg "Application Preview. Item ID")

4\. Find the items\_list and open it. Then select needed item, there will be _item\_id_.

![Example of application and item ID](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/item-id-devtools-step-4.jpg "Item ID in DevTools")

## Field ID [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#field-id)

### Field ID with the Help of DevTools [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#field-id-with-the-help-of-devtools)

1\. Open _DevTools_ in page of your application and switch to _Network_.

![Field ID example of active DevTools](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/app-item-field-id-devtools-step-1.jpg "Active Network tab in DevTools. Field ID")

2\. In filter choose _Fetch/XHR_.

![Field ID Fetch/XHR filtering example](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/app-item-field-id-devtools-step-2.jpg "Fetch/XHR filtering. Field ID")

3\. Find _get?app\_id_ in the table below and click on it. Then the _Preview_ will appeared.

![Field ID example of opened Preview](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/app-item-field-id-devtools-step-3.jpg "Application Preview. Item ID")

4\. Now you can get field ID from:

-   field\_list. Just open it. Find the needed field by its name.

![Example of getting field ID from field list](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/field-id-devtools-step-4-field-list.jpg "Field ID from  the field list")

-   items\_list. Find the certain item and needed field in it

![Example of getting field ID from items list](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/field-id-devtools-step-4-items-list.jpg "Field ID from  the items list")

### Field ID with the Help of GudHub [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#field-id-with-the-help-of-gudhub)

1\. Open the application and right-click at the chosen field. Then choose _Edit field_ in appeared list.

![Example of edit chosen field](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/field-id-gudhub-step-1.jpg "Edit field")

2\. Choose _EMBED_ in pop-up box at the bottom of the page.

![Settings of the chosen field from example table](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/field-id-gudhub-step-2.jpg "Settings of the chosen field")

3\. Find the _field\_id_ in the appeared code.

![Code of the example field from EMBED](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/field-id-gudhub-step-3.jpg "Field ID in EMBED")

> This method will not works if you do not have editing access to the application

## Authentication Key [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#authentication-key)

### Authentication Key with the Help of DevTools [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#authentication-key-with-the-help-of-devtools)

1\. Log in to your GudHub account with _DevTools_ open.

![Login with DevTools](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/auth-key-devtools.jpg "DevTools")

2\. Switch to the Network tab and select the _Fetch/XHR_ filter.

![Required tab](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/auth-key-network.jpg "Network tab")

3\. Find the _login request_, and open its preview.

![Login request preview](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/auth-key-preview.jpg "Request preview")

There is property called `auth_key` where you can find your authentication key.

### Authentication Key with the Help of GudHub [#](https://gudhub.com/ru/docs/getting-started/how-to-get-credentials/#authentication-key-with-the-help-of-gudhub)

1\. To get your authorization key in GudHub, you need to open application you need or its item.

> You must have **Admin** rights to this application to perform the following steps..

2\. Right-click on any element and select _Edit Field_.

![Opening element settings](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/edit-field-get-auth-key.jpg "Edit Field")

3\. Then select _tab EMBED_ where you can find your auth\_key in the body.

![Auth key in EMBED](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Getting_Started/how-to-get-credentials/embed-auth-key.jpg "EMBED")
