OnAutomate API V1.1.1
Welcome to onautomate Api docs.
Pipeline
GET /v1/pipelines/
https://link.amtssl.com/v1/pipelines/
AUTHORIZATION
Bearer Token
Token
<token>
Example Request
curl --location --request GET 'https://link.amtssl.com/v1/pipelines/' \
--header 'Authorization: Bearer <token>'
Example Response
Unauthorized
Bad Request. please contact support!
401 Unauthorized
Body
{
"msg": "Unauthorized"
}
400 Bad Request
Body
{
"msg": "Bad Request"
}
Headers
Content-Type: application/json
Headers
Content-Type: application/json
Successful response
200 OK
Body
{
"pipelines": [
{
"id": "bCkKGpDsyPP4peuKowkG",
"name": "First Pipeline",
"stages": [
{
"id": "bCkKGp8b897c8f-b859-49c1-88f2-ed590708a85csyPP4peuKowkG",
"name": "First Stage"
},
{
"id": "bCkKGp8b897c8f-b859-49c1-88f2-ed590708a85csyPP4peuKowkG",
"name": "First Stage"
}
]
},
{
"id": "bCkKGpDsyPP4peuKowkG",
"name": "First Pipeline",
"stages": [
{
"id": "bCkKGp8b897c8f-b859-49c1-88f2-ed590708a85csyPP4peuKowkG",
"name": "First Stage"
},
{
"id": "bCkKGp8b897c8f-b859-49c1-88f2-ed590708a85csyPP4peuKowkG",
"name": "First Stage"
}
]
}
]
}
200 OK
Headers
Content-Type: application/json