GET Order Details
Base URLs
Demo URL: https://demoapi.openletterconnect.com/api/v1
Production URL: https://api.openletterconnect.com/api/v1
{{base_url}}/orders/detail/1
Description
This endpoint is used to retrieve detailed information about a specific order, including associated contacts. By providing the order ID, you can access comprehensive details such as the order's status, product type, and related contact information. The response will include all relevant data related to the specified order.
AUTHORIZATION
Bearer Token
- Token:
{{jwt_token}}
Example Request
curl --location -g '{{base_url}}/orders/detail/1'
Example Response
No response body