Skip to main content
Version: Next

Search by id

Information

This API allow you to search for an invoice by its unique identifier.

This endpoint is synchronous
The role user is needed in order to use this endpoint
Endpoints

GET/v1/invoice/{invoiceId}

Path parameters
invoiceIdstring (uuid) - Required




Request

GET /v1/invoice/:invoiceId


curl -X 'GET'
'https://api.ppd.iopole.fr//v1/invoice/32c9aec1-e6d6-4ddf-82a0-42dfa29268f8'
-H 'accept: application/json'
-H 'Authorization: Bearer ${TOKEN}'

Response

Status: 200 - application/json

Description: Invoices id list received from given criteria

Schema:

    Status: 401

    Description: Unauthorized - Authentication is required and has failed or has not yet been provided.

    Status: 403

    Description: Forbidden - The server understood the request, but it refuses to authorize it. Note: This endpoint requires an admin account.