# Import Imports data into OIP by the body request, this method accepts various formats such as JSON, XML, CSV etc. This method may have to be configured by Oculos before usage and the examples below is just an illustration of payload as the endpoint is fully dynamic. Endpoint: POST /import Version: 4.3.0 Security: api_key ## Request fields (application/json): - `members` (array) - `members.name` (string) Example: "John Doe" - `members.age` (integer) Example: 30 - `members.email` (string) Example: "john.doe@example.com" - `members.address` (string) Example: "Street 1" - `members.city` (string) Example: "Oslo" - `members.zip` (string) Example: 10 - `members.metaData` (array) - `members.metaData.isVip` (boolean) Example: true ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields