API Response Watcher
No credit card required
API Response Watcher
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.
Previous Key-value store
prevKvsName
stringOptional
The name or ID of the Key-value store were the previous schema was saved.
Next Key-value store
nextKvsName
stringOptional
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"
noRequired
booleanOptional
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
doMergeSchemas
booleanOptional
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
reportEmail
stringOptional
Address to send an email to when some changes in the API are detected.
Actor Metrics
1 monthly user
-
2 stars
Created in May 2024
Modified 6 months ago