Authenticate
The API authentication method uses a header x-project-token to validate the project and give the permission to access.
Api Token
You can find your api access token here
Api Token
You can find your api access token here
curl https://api.changelogfy.com/v1/any-method
--header "x-project-token: ${YOUR_APP_ID}"
Updated on: 10/13/2023
Thank you!