---
title: "Create Route"
method: POST
path: "/route"
---

# Create Route

`POST /route`

Endpoint to create bus route and set fare

## Request body

- object
  - `RAW_BODY` string, json
  - `source` string, json
  - `destination` string, json
  - `fare` number, double — Fare amount

## Response `200`

200

- object
  - `message` string
  - `routeId` integer

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500

---

[API](https://skmtc.net/interswitchgroup/apis/oauth2.md) · [All operations](https://skmtc.net/interswitchgroup/apis/oauth2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interswitchgroup/oauth2/versions/13065c872c78/schema)
