Download OpenAPI specification:Download
API to check the balance of French driver license.
This request can take up to 5 seconds to process. Requests with same parameters made the same day (CET) will be billed only once.
required | string or string |
password required | string(?-mix:\A[0-9A-Z]+\z) Also called "Code confidentiel", password can be found on letters (48N, 48M, 48SI) received by end-user after loosing some points. You can also obtain it using the Password Request end-point. |
{- "changed_at": "2021-08-25",
- "changed_date": "2021-08-25",
- "license_number": "070678300841",
- "object": "balance",
- "points": 9,
- "retrieved_at": "2023-08-08T03:05:00Z",
- "total_points": 12
}
required | string or string |
password required | string(?-mix:\A[0-9A-Z]+\z) Also called "Code confidentiel", password can be found on letters (48N, 48M, 48SI) received by end-user after loosing some points. You can also obtain it using the Password Request end-point. |
{- "object": "list",
- "data": [
- {
- "created_at": "2023-08-08T03:05:02Z",
- "failure_reason": null,
- "id": "cdd5992a-619f-4a7f-84cf-134b27ebd4c4",
- "key": null,
- "licenses": {
- "count": 0
}, - "nickname": "Zeros 2",
- "notified_at": null,
- "object": "bulk_search",
- "processed_at": null,
- "queued_at": "2023-08-08T03:05:02Z",
- "request_full_report": "never",
- "take_screenshot": "never",
- "url": "/v0/bulk_searches/cdd5992a-619f-4a7f-84cf-134b27ebd4c4"
}, - {
- "created_at": "2023-08-08T03:05:02Z",
- "failure_reason": null,
- "id": "f24ca6ae-eb16-4e6c-ace0-6f2bc96b1983",
- "key": null,
- "licenses": {
- "count": 0
}, - "nickname": "Zeros 1",
- "notified_at": null,
- "object": "bulk_search",
- "processed_at": null,
- "queued_at": "2023-08-08T03:05:02Z",
- "request_full_report": "never",
- "take_screenshot": "never",
- "url": "/v0/bulk_searches/f24ca6ae-eb16-4e6c-ace0-6f2bc96b1983"
}, - {
- "created_at": "2023-08-08T03:05:02Z",
- "failure_reason": null,
- "id": "ca5e94d1-1639-4ae0-9678-c69adac6a3d2",
- "key": null,
- "licenses": {
- "count": 0
}, - "nickname": "Zeros 0",
- "notified_at": null,
- "object": "bulk_search",
- "processed_at": null,
- "queued_at": "2023-08-08T03:05:02Z",
- "request_full_report": "never",
- "take_screenshot": "never",
- "url": "/v0/bulk_searches/ca5e94d1-1639-4ae0-9678-c69adac6a3d2"
}
], - "count": 3,
- "url": "/v0/bulk_searches"
}
Check the balance of multiple driver licenses in one bulk search. Searched driver license with same parameters made the same day (CET) will be billed only once.
key | string Default: null Unicity key |
required | Array of objects List of licenses to be searched |
nickname | string Default: null Free field to name the bulk search |
take_screenshot | string Default: "never" Enum: "never" "when_balance_changed" "always" When should a screenshot be taken. |
request_full_report | string Default: "never" Enum: "never" "when_balance_changed" "always" When should the full report (RIR) be pulled. |
{- "created_at": "2023-08-08T03:05:02Z",
- "failure_reason": null,
- "id": "65bb963e-1743-4cd2-9ae8-3e1f22e78723",
- "key": null,
- "licenses": {
- "count": 2
}, - "nickname": null,
- "notified_at": null,
- "object": "bulk_search",
- "processed_at": null,
- "queued_at": "2023-08-08T03:05:02Z",
- "request_full_report": "never",
- "take_screenshot": "never",
- "url": "/v0/bulk_searches/65bb963e-1743-4cd2-9ae8-3e1f22e78723"
}
id required | string <uuid> Search ID |
{- "created_at": "2023-08-08T03:05:02Z",
- "failure_reason": null,
- "id": "4276c35d-a146-4351-81f1-1d2c82924961",
- "key": null,
- "licenses": {
- "count": 0
}, - "nickname": "Zeros",
- "notified_at": null,
- "object": "bulk_search",
- "processed_at": null,
- "queued_at": "2023-08-08T03:05:02Z",
- "request_full_report": "never",
- "take_screenshot": "never",
- "url": "/v0/bulk_searches/4276c35d-a146-4351-81f1-1d2c82924961"
}
id required | string <uuid> Search ID |
{- "created_at": "2023-08-08T03:05:02Z",
- "failure_reason": null,
- "id": "63fa71e0-ddbc-4dd7-8188-696d9ce44ef0",
- "key": null,
- "licenses": {
- "count": 0
}, - "nickname": "Zeros",
- "notified_at": null,
- "object": "bulk_search",
- "processed_at": null,
- "queued_at": "2023-08-08T03:05:02Z",
- "request_full_report": "never",
- "take_screenshot": "never",
- "url": "/v0/bulk_searches/63fa71e0-ddbc-4dd7-8188-696d9ce44ef0"
}
First initiate the password request by providing license holder's personal information, along with a mobile phone number.
first_name required | string |
last_name required | string |
gender required | string Enum: "F" "M" |
birthdate required | string <date> |
birthplace required | string |
required | string or string |
mobile_phone required | string(?-mix:\A0[67]\d{8}\z) |
{- "confirmed_at": null,
- "created_at": "2023-08-08T03:05:02Z",
- "id": "c947c722-d4f1-46df-994d-5ca67803b84d",
- "object": "password_request"
}
Second, provide confirmation code received by text in order to receive new password by text.
id required | string <uuid> |
confirm_code required | string(?-mix:\A\d{6}\z) |
{- "confirmed_at": "2023-08-08T03:05:02Z",
- "created_at": "2023-08-08T03:05:02Z",
- "id": "fe83084e-5300-4389-9335-8a7427024e9f",
- "object": "password_request"
}
id required | string <uuid> |
{- "confirmed_at": "2022-03-06T04:05:06Z",
- "created_at": "2023-08-08T03:05:03Z",
- "id": "8a593ed4-2ace-4a00-92ab-4ad1600eda64",
- "object": "password_request"
}