Ping
The ping method is responsible to check you are correctly authenticating your requests with your API token.
Endpoint
curl --request GET \
--url https://changelogfy.com/api/v1/ping \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ${TOKEN}' \
--header 'Content-Type: application/json'
If you still have questions, please contact us by chat.
Updated on: 03/31/2022
Thank you!