Skip to content

Get Started

Welcome to the Chxgelog API! This guide will help you get started with querying your changelogs and versions and displaying them wherever you need. Follow these simple steps to integrate our API into your project.

Prerequisites

Before you start ensure you have the following

  • An API key for the team you are accessing the changelog from. You can find these in your dashboard
  • A basic knowledge of RESTful APIs and HTTP requests

Base URL

All API endpoints are accessible at the following base URL:

Base URL
https://api.chxngelog.com

Authentication

All API requests require an API key. Include your API key in the Authorization header as follows:

Authorization
Authorization: Bearer YOUR_API_KEY