Retrieves a specific invoice by its unique identifier.
Endpoint
GET /invoices/{id}Authentication
Required: Authorization header with valid token
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Invoice unique identifier |
Response
Error
Example Usage
Get invoice by ID
Bash
curl -X GET "https://integration-api.ram.syniotec.com/invoices/v1/invoice-management/invoices/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"