cURL
curl --request GET \ --url https://api.production.orderprotection.com/v1/orders/metadata/{id} \ --header 'Authorization: Bearer <token>'
Get all order metadata for an order
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>