Spinrun Docs
REST APICatalog

Connections a document may name

Connections a document may name — Spinrun Build REST API operation.

GET/api/build/connections

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth access token whose grant carries Build authorization.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/build/connections"
{  "data": [    {      "ref": "string",      "app": "string",      "label": "string",      "status": "string"    }  ]}