Provides examples for a conformant API
Provides examples for a conformant API
https://developer.api.test.commbank.com.au/_mock/apis/dummy-product/rest-spec-4/api/health
curl -i -X GET \
-u <username>:<password> \
https://developer.api.test.commbank.com.au/_mock/apis/dummy-product/rest-spec-4/api/health \
-H 'x-request-id: 582dd6b6-61d3-46d5-bcdc-81fad7c27822'successful operation
The maximum number of requests you're permitted to make per hour.
The number of requests remaining in the current rate limit window.
The time at which the current rate limit window resets in UTC epoch seconds.
Specifies the media type of the request or response body. If the content is a text-based type, the Content-type must include a character-set parameter of UTF-8.
Indicates whether service is acceptable or not
{ "status": "HEALTHY", "message": "string", "checks": {} }
https://developer.api.test.commbank.com.au/_mock/apis/dummy-product/rest-spec-4/api/health/info
curl -i -X GET \
https://developer.api.test.commbank.com.au/_mock/apis/dummy-product/rest-spec-4/api/health/info \
-H 'x-request-id: 582dd6b6-61d3-46d5-bcdc-81fad7c27822'sucessful operation
The maximum number of requests you're permitted to make per hour.
The number of requests remaining in the current rate limit window.
The time at which the current rate limit window resets in UTC epoch seconds.
Specifies the media type of the request or response body. If the content is a text-based type, the Content-type must include a character-set parameter of UTF-8.
Indicates whehter service is acceptable or not
{ "status": "HEALTHY", "message": "string", "checks": {} }