Retrieves a specific invoice using its external identifier.
Endpoint
GET /invoices/external-id/{externalId}Authentication
Required: Authorization header with valid token
Note: This endpoint requires super_admin role.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| externalId | string | Yes | The external identifier of the invoice |
Response
Error
Example Usage
Get invoice by external ID
Bash
curl -X GET "https://integration-api.ram.syniotec.com/invoices/v1/invoice-management/invoices/external-id/external-invoice-123" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"