Skip to content

Costally API Documentation

Welcome to the official API documentation for Costally.

Costally is a powerful expense sharing and freelancer management platform. This API allows you to interact with all features of the platform programmatically.

Base URL

``` https://costally-api.mukma466.workers.dev ```

Getting Started

Most endpoints require authentication using a Bearer Token.

  1. Register or Login via the Auth endpoints to get an access_token.
  2. Include the token in your requests: Authorization: Bearer <your_token>.

Explore the API