Skip to main content
Version: Next

Retrieve not seen invoices

Information

This API allow you to get all invoices not seen yet

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

GET/v1/invoice/notSeen

No parameters
Request

GET /v1/invoice/notSeen


curl -X 'GET'
'https://api.ppd.iopole.fr//v1/invoice/notSeen'
-H 'accept: application/json'
-H 'Authorization: Bearer ${token}'

Response

Status: 200 - application/json

Description: Not seen invoice ids list.

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.