OnAutomate API V1.1.1

Welcome to onautomate Api docs.

Tag

GET /v1/tags/

https://link.amtssl.com/v1/tags/

Get Tags.

Authorization:

Provide your location api key (Bearer Token).

AUTHORIZATION

Bearer Token

Token

<token>

Example Request

curl --location --request GET 'https://link.amtssl.com/v1/tags/' \

--header 'Authorization: Bearer <token>'

Example Response

Bad Request. please contact support!

Successful response

Unauthorized

400 Bad Request

Body

{

"msg": "Bad Request"

}

200 OK

Body

{

"tags": [

{

"id": "kAllGzwHkSVZC11GYKF9",

"name": "Hello"

},

{

"id": "kAllGzwHkSVZC11GYKF9",

"name": "Hello"

}

]

}

400 Bad Request

Body

{

"msg": "Unauthorized"

}

Headers

Content-Type: application/json

Headers

Content-Type: application/json

Headers

Content-Type: application/json