Skip to main content
GET
/
api
/
v1
/
projects
/
{id}
Exibir projeto
curl --request GET \
  --url https://app.switchkanban.com.br/api/v1/projects/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": 123,
    "name": "<string>",
    "color": "<string>",
    "client_name": "<string>",
    "has_kanban": true,
    "scope": "fixed",
    "cost_cents": 123,
    "start_period": "<string>",
    "end_period": "<string>",
    "number_of_hours_per_sprint": 123,
    "number_of_sprints": 123,
    "discarded_at": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API token no formato Bearer. Exemplo: Bearer YOUR_API_TOKEN

Path Parameters

id
string
required

ID do projeto

Response

successful

data
object
required