Authentication
App Credential
All API Endpoints are protected by app credential which can be obtained from Developer Console.

API Request
GET
https://zeroth.goodatlas.com:2053/:any_endpoint
app credential should be added to header Authorization
.
Path Parameters
Name
Type
Description
Authorization
string
appID:appSecret
Last updated