# Authentication

## App Credential

All API Endpoints are protected by app credential which can be obtained from [**Developer Console**](https://zeroth-console.goodatlas.com)**.**

![](https://2103387554-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LM6hLRSUgvKzFuKwjiZ%2F-LRAfTQCUG_UVbbRa37N%2F-LRAmb0SNRF3OSlrVb2L%2Fapp%20credential.png?alt=media\&token=a04e2c90-d330-4ad0-8b18-f513fbae711d)

## API Request

<mark style="color:blue;">`GET`</mark> `https://zeroth.goodatlas.com:2053/:any_endpoint`

app credential should be added to header `Authorization`.

#### Path Parameters

| Name          | Type   | Description     |
| ------------- | ------ | --------------- |
| Authorization | string | appID:appSecret |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}

{% tab title="403 " %}

```
```

{% endtab %}
{% endtabs %}
