Authenticate
The API authentication method uses a header Authorization Bearer.
User Authorization Bearer
Here you define your personal token, remember you can have multiple API tokens
curl https://changelogfy.com/api/v1/any-method
--header "Authorization: Bearer ${TOKEN}"
Defining the Project APP_ID
Here you define your project APP_ID, remember you can have multiple projects and every project has one unique APP_ID.
curl --request GET \
--url https://changelogfy.com/api/v1/any-method \
--header "Accept: application/json" \
--header "Authorization: Bearer ${TOKEN}" \
--header "Content-Type: application/json" \
--header "x-project-token: ${YOUR_APP_ID}"
app_id
If you don't know your app_id, click here.