Authentication
The FranceVerified API uses API keys to authenticate requests. You can view and manage your API keys in the Dashboard.
HEADER
Authorization: Bearer YOUR_API_KEY
Important: Your API keys carry many privileges, so be sure to keep them secure! Do not share
your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
Example using cURL
curl -X GET "https://franceverified.com/api/v1/bills/pricing-data" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
© 2026 FranceVerified API. All rights reserved.