OnAutomate API V1.1.1

Welcome to onautomate Api docs.

Form

GET /v1/custom-values/:customValueId

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

Get Forms.

Authorization:

Provide your location api key (Bearer Token).

AUTHORIZATION

Bearer Token

Token

<token>

Example Request

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

--header 'Authorization: Bearer <token>'

Example Response

Successful response

Unauthorized

Bad Request. please contact support!

200 OK

BODY

{

"forms": [

{

"id": "uP9CBUzKKZkP5BtkHeK3",

"name": "Form 1"

},

{

"id": "uP9CBUzKKZkP5BtkHeK3",

"name": "Form 1"

}

]

}

401 Unauthorized

BODY

{

"msg": "Unauthorized"

}

400 Bad Request

BODY

{

"msg": "Bad Request"

}

Headers

Content-Type: application/json

Headers

Content-Type: application/json

Headers

Content-Type: application/json