Seqino PDP API (1.0.0)
Seqino PDP API - Modern interface to France's e-Invoicing services
https://pdp-api-v250704-iron.seqino.dev/
http://localhost:8052/
https://pdp.seqino.com/api/
- Current server
https://pdp-api-v250704-iron.seqino.dev/api/usage/metrics
- Local development server
http://localhost:8052/api/usage/metrics
- Production server
https://pdp.seqino.com/api/api/usage/metrics
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://pdp-api-v250704-iron.seqino.dev/api/usage/metrics?period=monthly&start_date=2019-08-24&end_date=2019-08-24' \
-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" }
- Current server
https://pdp-api-v250704-iron.seqino.dev/api/usage/summary
- Local development server
http://localhost:8052/api/usage/summary
- Production server
https://pdp.seqino.com/api/api/usage/summary
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://pdp-api-v250704-iron.seqino.dev/api/usage/summary \
-H 'X-PDP-Client-Id: string'
Successful Response
Most frequently used endpoint
Most frequently used endpoint
Most frequently used endpoint
Least frequently used endpoint
Least frequently used endpoint
Least frequently used endpoint
Day with highest usage
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 }
- Current server
https://pdp-api-v250704-iron.seqino.dev/api/usage/limits
- Local development server
http://localhost:8052/api/usage/limits
- Production server
https://pdp.seqino.com/api/api/usage/limits
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://pdp-api-v250704-iron.seqino.dev/api/usage/limits?endpoint=string' \
-H 'X-PDP-Client-Id: string'
Successful Response
Rate limit per minute
Rate limit per minute
Rate limit per minute
Rate limit per hour
Rate limit per hour
Rate limit per hour
Rate limit per day
Rate limit per day
Rate limit per day
Rate limit per month
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 minute
Rate limit per hour
Rate limit per hour
Rate limit per hour
Rate limit per day
Rate limit per day
Rate limit per day
Rate limit per month
Rate limit per month
Rate limit per month
- Current server
https://pdp-api-v250704-iron.seqino.dev/api/usage/limits
- Local development server
http://localhost:8052/api/usage/limits
- Production server
https://pdp.seqino.com/api/api/usage/limits
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://pdp-api-v250704-iron.seqino.dev/api/usage/limits \
-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 minute
Rate limit per hour
Rate limit per hour
Rate limit per hour
Rate limit per day
Rate limit per day
Rate limit per day
Rate limit per month
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 }
- Current server
https://pdp-api-v250704-iron.seqino.dev/api/usage/alerts
- Local development server
http://localhost:8052/api/usage/alerts
- Production server
https://pdp.seqino.com/api/api/usage/alerts
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://pdp-api-v250704-iron.seqino.dev/api/usage/alerts?active_only=true' \
-H 'X-PDP-Client-Id: string'
{ "alerts": [ { … } ], "total_count": 0 }
- Current server
https://pdp-api-v250704-iron.seqino.dev/health
- Local development server
http://localhost:8052/health
- Production server
https://pdp.seqino.com/api/health
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://pdp-api-v250704-iron.seqino.dev/health