Seqino PDP API - Modern interface to France's e-Invoicing services
Seqino PDP API (1.0.0)
- Dev serverhttps://pdp.seqino.dev/api/usage/metrics
- Local development serverhttp://localhost:8052/usage/metrics
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://pdp.seqino.dev/api/usage/metrics?period=monthly&start_date=2019-08-24&end_date=2019-08-24' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'X-PDP-Client-Id: string'{ "company_id": "string", "period": "daily", "start_date": "2019-08-24", "end_date": "2019-08-24", "total_api_calls": 0, "total_successful_calls": 0, "total_failed_calls": 0, "success_rate": 100, "endpoint_usage": [ { … } ], "generated_at": "2019-08-24T14:15:22Z" }
- Dev serverhttps://pdp.seqino.dev/api/usage/summary
- Local development serverhttp://localhost:8052/usage/summary
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://pdp.seqino.dev/api/usage/summary \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'X-PDP-Client-Id: string'Successful Response
Most frequently used endpoint
Most frequently used endpoint
Least frequently used endpoint
Least frequently used endpoint
Day with highest usage
Day with highest usage
{ "company_id": "string", "current_month_calls": 0, "previous_month_calls": 0, "month_over_month_change": 0, "most_used_endpoint": "string", "least_used_endpoint": "string", "peak_usage_day": "2019-08-24", "peak_usage_count": 0 }
- Dev serverhttps://pdp.seqino.dev/api/usage/limits
- Local development serverhttp://localhost:8052/usage/limits
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://pdp.seqino.dev/api/usage/limits?endpoint=string' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'X-PDP-Client-Id: string'Successful Response
Rate limit per minute
Rate limit per minute
Rate limit per hour
Rate limit per hour
Rate limit per day
Rate limit per day
Rate limit per month
Rate limit per month
Current usage in the current minute
Current usage in the current hour
{ "limits": [ { … } ], "total_count": 0 }
Rate limit per minute
Rate limit per minute
Rate limit per hour
Rate limit per hour
Rate limit per day
Rate limit per day
Rate limit per month
Rate limit per month
- Dev serverhttps://pdp.seqino.dev/api/usage/limits
- Local development serverhttp://localhost:8052/usage/limits
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://pdp.seqino.dev/api/usage/limits \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-H 'X-PDP-Client-Id: string' \
-d '{
"company_id": "string",
"endpoint": "string",
"method": "string",
"limit_per_minute": 1,
"limit_per_hour": 1,
"limit_per_day": 1,
"limit_per_month": 1,
"current_usage_minute": 0,
"current_usage_hour": 0,
"current_usage_day": 0,
"current_usage_month": 0
}'Successful Response
Rate limit per minute
Rate limit per minute
Rate limit per hour
Rate limit per hour
Rate limit per day
Rate limit per day
Rate limit per month
Rate limit per month
{ "company_id": "string", "endpoint": "string", "method": "string", "limit_per_minute": 1, "limit_per_hour": 1, "limit_per_day": 1, "limit_per_month": 1, "current_usage_minute": 0, "current_usage_hour": 0, "current_usage_day": 0, "current_usage_month": 0 }
- Dev serverhttps://pdp.seqino.dev/api/usage/alerts
- Local development serverhttp://localhost:8052/usage/alerts
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://pdp.seqino.dev/api/usage/alerts?active_only=true' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'X-PDP-Client-Id: string'{ "alerts": [ { … } ], "total_count": 0 }
- Dev serverhttps://pdp.seqino.dev/api/usage/mandates
- Local development serverhttp://localhost:8052/usage/mandates
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://pdp.seqino.dev/api/usage/mandates \
-H 'Authorization: YOUR_API_KEY_HERE'{ "total_mandates": 0, "average_mandates_per_client": 0 }
- Dev serverhttps://pdp.seqino.dev/api/usage/clients
- Local development serverhttp://localhost:8052/usage/clients
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://pdp.seqino.dev/api/usage/clients \
-H 'Authorization: YOUR_API_KEY_HERE'{ "total_clients": 0 }