# POST /customers **POST /customers** ## Servers - https://api.fleetee.io: https://api.fleetee.io () ## Authentication methods - Api key - Secret key ## Parameters ### Body: application/json (object) - **email** (string) - **phone_number** (string) - **first_name** (string) - **last_name** (string) - **address** (object) - **birthday** (string) Date YYYY-MM-DD - **country** (string) Code pays ex: FR - **nationality** (string) Code pays ex: FR - **accounting_code** (string) Code comptable - **birth_city** (string) - **driving_license** (object) - **is_company** (boolean) - **company_name** (string) Nom de l'entreprise ## Responses ### 200 200 response #### Body: application/json (object) - **id** (integer) - **created_at** (string) - **email** (string) - **phone_number** (string) - **first_name** (string) - **last_name** (string) - **name** (string) - **address** (object) - **driving_licenses** (array[object]) [Powered by Bump.sh](https://bump.sh)