Skip to main content
GET
/
api
/
v1
/
statuses
Listar colunas de status do Kanban
curl --request GET \
  --url https://app.synkrony.ai/api/v1/statuses \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "name": "<string>",
      "title": "<string>",
      "status_type": "<string>",
      "github_status_type": "<string>",
      "color": "<string>",
      "position": 123,
      "average_score": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.synkrony.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API token no formato Bearer. Exemplo: Bearer YOUR_API_TOKEN

Response

successful

data
object[]
required