Articles on: API

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

curl https://api.changelogfy.com/v1/any-method
  --header "x-project-token: ${YOUR_APP_ID}"

Updated on: 10/13/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!