Appearance
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.
- Register or Login via the Auth endpoints to get an
access_token. - Include the token in your requests:
Authorization: Bearer <your_token>.