Get invoice By External ID

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

ParameterTypeRequiredDescription
externalIdstringYesThe external identifier of the invoice

Response

InvoiceEntity Schema

Error

Error Schema

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"