POST /repair

POST /repair

This can be used to send a JSON payload of customer and estimate / repair related information into BodyShop Booster. See How the inbound matching process works for more information on how this is handled on our end.

Endpoint URLs:

Environment

Region

URL

Documentation

Environment

Region

URL

Documentation

Staging

US

https://stg.us-east-1.api.bodyshopbooster.com/open-api/v0.1/repair

https://stg.us-east-1.api.bodyshopbooster.com/open-api/swagger

 

Canada

https://stg.ca-central-1.api.bodyshopbooster.com/open-api/v0.1/repair

https://stg.ca-central-1.api.bodyshopbooster.com/open-api/swagger

Production

US

https://us-east-1.api.bodyshopbooster.com/open-api/v0.1/repair

https://us-east-1.api.bodyshopbooster.com/open-api/swagger

 

Canada

https://ca-central-1.api.bodyshopbooster.com/open-api/v0.1/repair

https://ca-central-1.api.bodyshopbooster.com/open-api/swagger

Region should be selected based on the location of the customer that created the API key - not the region of the integration provider.

The message format should be constructed as per the documentation - further information is available under Message Format and examples are given under Example cURL commands