Price Transparency Data Version
Overview
Description: This endpoint will show the Price Transparency data version, which is when the data was retrieved from payers.
Endpoint: /v1/pricing/versions
Status: Live
Methods: GET
Example use-case: Identify the month (e.g., July 2022) of the rates powering the Price Transparency endpoints.
Example Request
curl -X GET \
'https://api.ribbonhealth.com/v1/pricing/version' \
-H 'authorization: Token <your_token>'
{
“providers”: {
“last_retrieved”: 2022-06-17T22:33:53Z
}
}
Updated 6 months ago