API Response Watcher avatar
API Response Watcher
Try for free

No credit card required

View all Actors
API Response Watcher

API Response Watcher

marco.gullo/api-response-watcher
Try for free

No credit card required

Checks if some API endpoint's response has changed. Works by creating and storing a JSON schema from the endpoint's response and using it to validate the next response. Depending on the configuration, the stored JSON schema can be updated every time the response changes.

API endpoints to test

endpointsarrayRequired

You can enter URLs or cURL commands.

Previous Key-value store

prevKvsNamestringOptional

The name or ID of the Key-value store were the previous schema was saved.

Next Key-value store

nextKvsNamestringOptional

The name or ID of the Key-value store to save the API response's schema. Can be the same as the previous schema, in which case the previous schema will be overwritten.

No "required"

noRequiredbooleanOptional

Do not mark the response's properties as "required", meaning that, if the next response won't have some of those properties, it won't make the validation fail.

Default value of this property is false

Merge old And new schemas

doMergeSchemasbooleanOptional

Merge old and new schemas after the validation. So, for instance, if a value was an integer before and now it is a string, the next time either an integer or a string will be accepted. It does not influence the current validation.

Default value of this property is true

Email address

reportEmailstringOptional

Address to send an email to when some changes in the API are detected.

Slack channel

reportSlackChannelstringOptional

Slack channel to send a message to when some changes in the API are detected. Format: #name.

Slack token

reportSlackTokenstringOptional

It is necessary to send a notification on Slack. format: xoxp-xxxxxxxxx-xxxx.

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 2 stars
  • Created in May 2024
  • Modified 3 months ago