{"info":{"_postman_id":"973121c0-12a3-47f8-8cdc-0d105304da20","name":"NEURALYTICS API","description":"![](https://i.pinimg.com/564x/d7/18/48/d71848c9d50d740aa13beec32165135a.jpg)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Authentication","item":[{"name":"DEPRECATED - Read Account","id":"dabbc969-c267-4fb5-9846-d45f216d1bdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{domain}}/api/read_account"},"response":[],"_postman_id":"dabbc969-c267-4fb5-9846-d45f216d1bdb"},{"name":"REGISTER","id":"c813bd5f-718d-4536-a0a6-c3af03177862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"jeandoe@yopmail.com"},{"key":"password","type":"text","value":"abcd1234"},{"key":"firstname","type":"text","value":"Jean"},{"key":"name","type":"text","value":"Doe"},{"key":"confirm_password","type":"text","value":"abcd1234"}]},"url":"{{domain}}/register","description":"# **User registration**\n\n\n## **POST**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|---------------|\n   | **email**\t\t|*`string`*           \t\t\t|Valid email            \t        \t\t\t\t\t\t\t|`true`\t\t\t|\n   | **firstname**\t|*`string`*            \t\t\t|No special char except .- and space\t\t\t\t\t\t\t|`true`\t\t\t|\n   | **name**\t    |*`string`*\t\t\t\t\t\t|No special char except .- and space\t\t\t\t\t\t\t|`true`\t\t\t|\n   | **password**\t|*`string`*\t\t\t\t\t\t|One letters, one integer and must contain at least 8 characters|`true`\t\t\t|\n   | **password2**  |*`string`*\t\t\t\t\t\t|Must match with password\t\t\t\t\t\t\t\t\t\t|`true`\t\t\t|\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **get_token**\t|*`string`*           \t\t\t|Valid token during 3 hour          |\t\t\t            |\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/confirmEmail`        |\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                 |\n  \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n   | **errors**\t\t\t|*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | email\t    \t\t|*`array`*           \t\t\t|Error message relatif to email \t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Email already use\t\t\t\t\t|`Un compte utilise déjà cette adresse mail`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing email\t\t\t\t\t\t|`Veuillez entrer votre adresse mail`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Bad email type\t\t\t\t\t\t|`Veuillez entrer une adresse mail valide`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | name\t    \t\t|*`array`*           \t\t\t|Error message relatif to lastname \t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing name\t\t\t\t\t\t|`Veuillez entrer votre nom`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Maximum size reached \t\t\t\t|`Votre nom ne peut dépasser les 128 caractères`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Unexpected character \t\t\t\t|`Votre nom ne peut contenir que des lettres, espaces ou les caractères suivants (-' )`\t\t\t\t\t\t\t\t\t\t\t\t|\n   | firstname\t    \t|*`array`*           \t\t\t|Error message relatif to firstname |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing firstname\t\t\t\t\t|`Veuillez entrer votre prénom`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Maximum size reached \t\t\t\t|`Votre prénom ne peut dépasser les 128 caractères`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Unexpected character \t\t\t\t|`Votre prénom ne peut contenir que des lettres, espaces ou les caractères suivants (-' )`\t\t\t\t\t\t\t\t\t\t\t|\n   | password\t    \t|*`array`*           \t\t\t|Error message relatif to password\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password\t\t\t\t\t|`Veuillez entrer votre mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Not equal to password confirmation\t|`Vos mots de passe ne correspondent pas veuillez réessayer`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Password bad format \t\t\t\t|`Votre mot de passe doit contenir un minimum de huit caractères et doit contenir au minimum un chiffre et une lettre alphabétique`\t|\n   | confirm_password\t|*`array`*           \t\t\t|Error message relatif to password\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password confirmation\t\t|`Veuillez confirmer votre mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"response":[{"id":"71ec0c3d-d6be-40a3-8aea-2fc25c1e7701","name":"ERROR","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"jeandoe@yopmail.com"},{"key":"password","type":"text","value":"abcd1234"},{"key":"firstname","type":"text","value":"Jean"},{"key":"name","type":"text","value":"Doe"},{"key":"confirm_password","type":"text","value":"abcd1234"}]},"url":"{{domain}}/register","description":"# **User registration**\n\n\n## **POST**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|---------------|\n   | **email**\t\t|*`string`*           \t\t\t|Valid email            \t        \t\t\t\t\t\t\t|`true`\t\t\t|\n   | **firstname**\t|*`string`*            \t\t\t|No special char except .- and space\t\t\t\t\t\t\t|`true`\t\t\t|\n   | **name**\t    |*`string`*\t\t\t\t\t\t|No special char except .- and space\t\t\t\t\t\t\t|`true`\t\t\t|\n   | **password**\t|*`string`*\t\t\t\t\t\t|One letters, one integer and must contain at least 8 characters|`true`\t\t\t|\n   | **password2**  |*`string`*\t\t\t\t\t\t|Must match with password\t\t\t\t\t\t\t\t\t\t|`true`\t\t\t|\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **get_token**\t|*`string`*           \t\t\t|Valid token during 3 hour          |\t\t\t            |\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/confirmEmail`        |\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                 |\n  \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n   | **errors**\t\t\t|*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | email\t    \t\t|*`array`*           \t\t\t|Error message relatif to email \t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Email already use\t\t\t\t\t|`Un compte utilise déjà cette adresse mail`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing email\t\t\t\t\t\t|`Veuillez entrer votre adresse mail`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Bad email type\t\t\t\t\t\t|`Veuillez entrer une adresse mail valide`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | name\t    \t\t|*`array`*           \t\t\t|Error message relatif to lastname \t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing name\t\t\t\t\t\t|`Veuillez entrer votre nom`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Maximum size reached \t\t\t\t|`Votre nom ne peut dépasser les 128 caractères`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Unexpected character \t\t\t\t|`Votre nom ne peut contenir que des lettres, espaces ou les caractères suivants (-' )`\t\t\t\t\t\t\t\t\t\t\t\t|\n   | firstname\t    \t|*`array`*           \t\t\t|Error message relatif to firstname |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing firstname\t\t\t\t\t|`Veuillez entrer votre prénom`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Maximum size reached \t\t\t\t|`Votre prénom ne peut dépasser les 128 caractères`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Unexpected character \t\t\t\t|`Votre prénom ne peut contenir que des lettres, espaces ou les caractères suivants (-' )`\t\t\t\t\t\t\t\t\t\t\t|\n   | password\t    \t|*`array`*           \t\t\t|Error message relatif to password\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password\t\t\t\t\t|`Veuillez entrer votre mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Not equal to password confirmation\t|`Vos mots de passe ne correspondent pas veuillez réessayer`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Password bad format \t\t\t\t|`Votre mot de passe doit contenir un minimum de huit caractères et doit contenir au minimum un chiffre et une lettre alphabétique`\t|\n   | confirm_password\t|*`array`*           \t\t\t|Error message relatif to password\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password confirmation\t\t|`Veuillez confirmer votre mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"345"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 25 Jun 2019 13:40:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"email\": [\n            \"Veuillez entrer une adresse mail valide\"\n        ],\n        \"password\": [\n            \"Vos mots de passe ne correspondent pas veuillez réessayer\",\n            \"Votre mot de passe doit contenir un minimum de huit caractères et doit contenir au minimum un chiffre et une lettre alphabétique\"\n        ]\n    },\n    \"result\": false\n}"},{"id":"ba83380e-566b-41b2-a89e-ebdcd2bd4d37","name":"SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"jeandoe@yopmail.com"},{"key":"password","type":"text","value":"abcd1234"},{"key":"firstname","type":"text","value":"Jean"},{"key":"name","type":"text","value":"Doe"},{"key":"confirm_password","type":"text","value":"abcd1234"}]},"url":"{{domain}}/register","description":"# **User registration**\n\n\n## **POST**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|---------------|\n   | **email**\t\t|*`string`*           \t\t\t|Valid email            \t        \t\t\t\t\t\t\t|`true`\t\t\t|\n   | **firstname**\t|*`string`*            \t\t\t|No special char except .- and space\t\t\t\t\t\t\t|`true`\t\t\t|\n   | **name**\t    |*`string`*\t\t\t\t\t\t|No special char except .- and space\t\t\t\t\t\t\t|`true`\t\t\t|\n   | **password**\t|*`string`*\t\t\t\t\t\t|One letters, one integer and must contain at least 8 characters|`true`\t\t\t|\n   | **password2**  |*`string`*\t\t\t\t\t\t|Must match with password\t\t\t\t\t\t\t\t\t\t|`true`\t\t\t|\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **get_token**\t|*`string`*           \t\t\t|Valid token during 3 hour          |\t\t\t            |\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/confirmEmail`        |\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                 |\n  \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n   | **errors**\t\t\t|*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | email\t    \t\t|*`array`*           \t\t\t|Error message relatif to email \t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Email already use\t\t\t\t\t|`Un compte utilise déjà cette adresse mail`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing email\t\t\t\t\t\t|`Veuillez entrer votre adresse mail`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Bad email type\t\t\t\t\t\t|`Veuillez entrer une adresse mail valide`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | name\t    \t\t|*`array`*           \t\t\t|Error message relatif to lastname \t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing name\t\t\t\t\t\t|`Veuillez entrer votre nom`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Maximum size reached \t\t\t\t|`Votre nom ne peut dépasser les 128 caractères`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Unexpected character \t\t\t\t|`Votre nom ne peut contenir que des lettres, espaces ou les caractères suivants (-' )`\t\t\t\t\t\t\t\t\t\t\t\t|\n   | firstname\t    \t|*`array`*           \t\t\t|Error message relatif to firstname |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing firstname\t\t\t\t\t|`Veuillez entrer votre prénom`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Maximum size reached \t\t\t\t|`Votre prénom ne peut dépasser les 128 caractères`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Unexpected character \t\t\t\t|`Votre prénom ne peut contenir que des lettres, espaces ou les caractères suivants (-' )`\t\t\t\t\t\t\t\t\t\t\t|\n   | password\t    \t|*`array`*           \t\t\t|Error message relatif to password\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password\t\t\t\t\t|`Veuillez entrer votre mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Not equal to password confirmation\t|`Vos mots de passe ne correspondent pas veuillez réessayer`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Password bad format \t\t\t\t|`Votre mot de passe doit contenir un minimum de huit caractères et doit contenir au minimum un chiffre et une lettre alphabétique`\t|\n   | confirm_password\t|*`array`*           \t\t\t|Error message relatif to password\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password confirmation\t\t|`Veuillez confirmer votre mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"201"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjkOwkAMQNG7TJ2RvM2WyyB7xha0CakQdwdE-_WK_0q3OPy8p_15XL6l22OlPa2mpquzD2cNp4CGnQG1FDbonUkGcAGLJipDh5gxlknVJRD7xClFQH8yZmclHqhMLGJsQvStpB6wYK6GlReED8Lw2X0BpS1dpx__GUKOAJSssGoWn5qNw7J5idFrQZiQ3h9lAjgI.XPpchA.pwyPMv3YdB8Zp-sm3wbk2T40nzo; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 07 Jun 2019 12:45:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"get_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOm51bGwsImV4cCI6MTU1OTk5Nzk1Nn0.fzMm2zfbJFL2SpAUKlAp60yG_BUN5PesstPdbsHVSds\",\n    \"redirect\": \"/confirmEmail\",\n    \"result\": true\n}"}],"_postman_id":"c813bd5f-718d-4536-a0a6-c3af03177862"},{"name":"LOGIN","event":[{"listen":"test","script":{"id":"342653af-2cdb-4359-9817-1a43651e2000","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData) {","    // pm.environment.set(\"token\", jsonData.token);","    // pm.environment.set(\"userId\", jsonData.user.id);","    ","    pm.environment.set(\"token\", jsonData.token);","    pm.environment.set(\"userId\", jsonData.user_id);","}"],"type":"text/javascript"}}],"id":"8d9804aa-de20-4025-9609-730b03a8b23d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"leonardbrun@gmail.com"},{"key":"password","type":"text","value":"pilotday1"}]},"url":"{{domain}}/login"},"response":[{"id":"76735ce4-7900-4f1f-9eae-601f7b171773","name":"SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"leonardbrun@gmail.com"},{"key":"password","type":"text","value":"pilotday1"}]},"url":"{{domain}}/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1040"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 14:22:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"cookie\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjQ2NjkzNTV9.WU8OAL5u-JtcW4OsLyViCR3hC41aTGLeqnkxjX_UWYs\",\n    \"redirect\": \"/InstantRecommendation\",\n    \"result\": true,\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjIxNjM3NTV9.xR4pOJ9ImR8ogrWXhKELH75-_dbt9hT9WBz8c7fkDhg\",\n    \"user_avatar\": \"/static/img/profil/default.jpg\",\n    \"user_email\": \"neuralytic_test_account@yopmail.com\",\n    \"user_firstname\": \"Aaron\",\n    \"user_id\": \"b3533055-8198-4ba7-9d54-85f6d5fdf583\",\n    \"user_lastname\": \"Boateng\"\n}"}],"_postman_id":"8d9804aa-de20-4025-9609-730b03a8b23d"},{"name":"CONFIRM EMAIL ADRESS","id":"e6f4d09e-fbe8-4581-a996-884a243c8636","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{domain}}/api/confirm_email","description":"# **Check if the account has been confirmed.**\n\n   \n## **CONFIRMED ACCOUNT RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n\t\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------|\n   | **error**\t\t\t|*`string`*            \t\t\t|Account confirmation state \t\t|`Votre compte est déjà confirmé`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/InstantRecommandation`           |\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                \t\t\t|\n  \n\n## **NOT CONFIRMED ACCOUNT RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|---------------------------------------|\n   | **error**\t\t\t|*`string`*            \t\t\t|Account confirmation state \t\t|`Votre compte n'a pas été confirmé`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/confirmationMail`           \t\t\t|\n   | **user_email**\t\t|*`string`*\t\t\t\t\t\t|User email    \t\t\t\t\t\t|\t\t                \t\t\t\t|\n   | **user_id**\t\t|*`uuid`*\t\t\t\t\t\t|User id    \t\t\t\t\t\t|\t\t                \t\t\t\t|"},"response":[{"id":"02176bee-909f-4905-ac6e-11cbb4ce89d6","name":"NOT CONFIRMED ACCOUNT","originalRequest":{"method":"GET","header":[],"url":"{{domain}}/api/confirm_email","description":"# **Check if the account has been confirmed.**\n\n   \n## **CONFIRMED ACCOUNT RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n\t\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------|\n   | **error**\t\t\t|*`string`*            \t\t\t|Account confirmation state \t\t|`Votre compte est déjà confirmé`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/InstantRecommandation`           |\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                \t\t\t|\n  \n\n## **NOT CONFIRMED ACCOUNT RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|---------------------------------------|\n   | **error**\t\t\t|*`string`*            \t\t\t|Account confirmation state \t\t|`Votre compte n'a pas été confirmé`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/confirmationMail`           \t\t\t|\n   | **user_email**\t\t|*`string`*\t\t\t\t\t\t|User email    \t\t\t\t\t\t|\t\t                \t\t\t\t|\n   | **user_id**\t\t|*`uuid`*\t\t\t\t\t\t|User id    \t\t\t\t\t\t|\t\t                \t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljstqw0AMAP9lzzHotbaUnwnSSiK5Os2p9N_r0uswA_M9Hn3W-znuX-enbuPxynEfeXh4KpcVexc1HKgM6HNygCqTGPCE6ENczE0iGOeivaQRdeGSKeB_Zi9lJzZ0JhYJDiG6KHk1JKw8cOeELiPsWloJNG7j867zf2aBeFzKdpWxyb7HZiprc8lpamE5Y_z8AmOON_Q.XPo0Pw.GdlBqkRteUEoXmQHqjzGXOf79eU; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 07 Jun 2019 09:54:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Votre compte a bien été confirmé\",\n    \"redirect\": \"/login\",\n    \"result\": true\n}"},{"id":"f04bfa01-efaa-4291-8652-76d3c2cac67a","name":"CONFIRMED ACCOUNT","originalRequest":{"method":"GET","header":[],"url":"{{domain}}/api/confirm_email","description":"# **Check if the account has been confirmed.**\n\n   \n## **CONFIRMED ACCOUNT RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n\t\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------|\n   | **error**\t\t\t|*`string`*            \t\t\t|Account confirmation state \t\t|`Votre compte est déjà confirmé`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/InstantRecommandation`           |\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                \t\t\t|\n  \n\n## **NOT CONFIRMED ACCOUNT RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|---------------------------------------|\n   | **error**\t\t\t|*`string`*            \t\t\t|Account confirmation state \t\t|`Votre compte n'a pas été confirmé`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/confirmationMail`           \t\t\t|\n   | **user_email**\t\t|*`string`*\t\t\t\t\t\t|User email    \t\t\t\t\t\t|\t\t                \t\t\t\t|\n   | **user_id**\t\t|*`uuid`*\t\t\t\t\t\t|User id    \t\t\t\t\t\t|\t\t                \t\t\t\t|"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"98"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljjFuAzEMBP-i2geQXPIk-TMGJZJI2nNcBfl7HKQbDKaY7_aoK58f7f51vfLWHp_R7i26L4-BnAmvlKLOA8RuhkVjQHQSjFZ1dZ0-dS2wbTlTi3ls3mpK_lfWHnDBZIdAdWGpyNuKZ1HQjs4ngiqncOUeGSTt1l7PvP5n4DsTsg7YrEOD5Zijx4E3OZ1pxtZ-fgFjbDeG.XRM_JA.Psf_aJJCaWnWAJiB6qz0U5bfglY; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Wed, 26 Jun 2019 09:47:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Votre compte est déjà confirmé\",\n    \"redirect\": \"/login\",\n    \"result\": false\n}"}],"_postman_id":"e6f4d09e-fbe8-4581-a996-884a243c8636"},{"name":"CONFIRM API","id":"fb2de2fb-5ba8-4b8b-a1dd-55ad7f9494f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{domain}}/api/confirm/:token","host":["{{domain}}"],"path":["api","confirm",":token"],"variable":[{"id":"ea7dd9a6-3f16-4e08-bbf7-f321bf328789","key":"token","value":"eyJhbGciOiJIUzUxMiIsImlhdCI6MTU2MTU0MjAwMCwiZXhwIjoxNTYxNTQ1NjAwfQ.eyJjb25maXJtIjoiM2FjZWUzMmItMzU5Zi00ZDEyLTk4N2QtM2QxMmEwNmU1NTE1In0.MJp2AhGq9RpyWX-PIPlakxiuI4HmEbVtaJfE98Cep0h7H9g8wy9gGO22emY2RCkTyA7em9QbZMgtCLQ_ct-dyg","type":"string"}]},"description":"# **Execute account confirmation**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **token**\t\t|*`string`*           \t\t\t|Token sended by mail            \t        \t\t\t\t\t|\n   \n   \n## **NOT CONFIRMED RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\t\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------|\n   | **message**\t\t|*`string`*\t\t\t\t\t\t|Account confirmation state \t\t|`Votre compte a bien été confirmé`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/login`\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                 \t\t\t|\n  \n\n## **CONFIRMED RESPONSE *( JSON )* :**\n## **`STATUS CODE 401`**\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------|\n   | **message**\t\t|*`string`*\t\t\t\t\t\t|Account confirmation state\t\t\t|`Votre compte est déjà confirmé`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/login`\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                 \t\t\t|"},"response":[{"id":"97764e66-c4b2-4074-9184-f5367c2f803e","name":"CONFIRMED ACCOUNT","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{domain}}/api/confirm/:token","host":["{{domain}}"],"path":["api","confirm",":token"],"variable":[{"id":"ea7dd9a6-3f16-4e08-bbf7-f321bf328789","key":"token","value":"eyJhbGciOiJIUzUxMiIsImlhdCI6MTU2MTU0MjAwMCwiZXhwIjoxNTYxNTQ1NjAwfQ.eyJjb25maXJtIjoiM2FjZWUzMmItMzU5Zi00ZDEyLTk4N2QtM2QxMmEwNmU1NTE1In0.MJp2AhGq9RpyWX-PIPlakxiuI4HmEbVtaJfE98Cep0h7H9g8wy9gGO22emY2RCkTyA7em9QbZMgtCLQ_ct-dyg","type":"string"}]},"description":"# **Execute account confirmation**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **token**\t\t|*`string`*           \t\t\t|Token sended by mail            \t        \t\t\t\t\t|\n   \n   \n## **NOT CONFIRMED RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\t\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------|\n   | **message**\t\t|*`string`*\t\t\t\t\t\t|Account confirmation state \t\t|`Votre compte a bien été confirmé`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/login`\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                 \t\t\t|\n  \n\n## **CONFIRMED RESPONSE *( JSON )* :**\n## **`STATUS CODE 401`**\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------|\n   | **message**\t\t|*`string`*\t\t\t\t\t\t|Account confirmation state\t\t\t|`Votre compte est déjà confirmé`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/login`\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                 \t\t\t|"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"98"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljjFuAzEMBP-i2geQXPIk-TMGJZJI2nNcBfl7HKQbDKaY7_aoK58f7f51vfLWHp_R7i26L4-BnAmvlKLOA8RuhkVjQHQSjFZ1dZ0-dS2wbTlTi3ls3mpK_lfWHnDBZIdAdWGpyNuKZ1HQjs4ngiqncOUeGSTt1l7PvP5n4DsTsg7YrEOD5Zijx4E3OZ1pxtZ-fgFjbDeG.XRM_JA.Psf_aJJCaWnWAJiB6qz0U5bfglY; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Wed, 26 Jun 2019 09:47:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Votre compte est déjà confirmé\",\n    \"redirect\": \"/login\",\n    \"result\": false\n}"},{"id":"b146ea76-fa0c-4e94-b0d7-02253b5f9f2b","name":"NOT CONFIRMED ACCOUNT","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{domain}}/api/confirm/:token","host":["{{domain}}"],"path":["api","confirm",":token"],"variable":[{"id":"ea7dd9a6-3f16-4e08-bbf7-f321bf328789","key":"token","value":"eyJhbGciOiJIUzUxMiIsImlhdCI6MTU2MTU0MjAwMCwiZXhwIjoxNTYxNTQ1NjAwfQ.eyJjb25maXJtIjoiM2FjZWUzMmItMzU5Zi00ZDEyLTk4N2QtM2QxMmEwNmU1NTE1In0.MJp2AhGq9RpyWX-PIPlakxiuI4HmEbVtaJfE98Cep0h7H9g8wy9gGO22emY2RCkTyA7em9QbZMgtCLQ_ct-dyg","type":"string"}]},"description":"# **Execute account confirmation**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **token**\t\t|*`string`*           \t\t\t|Token sended by mail            \t        \t\t\t\t\t|\n   \n   \n## **NOT CONFIRMED RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\t\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------|\n   | **message**\t\t|*`string`*\t\t\t\t\t\t|Account confirmation state \t\t|`Votre compte a bien été confirmé`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/login`\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                 \t\t\t|\n  \n\n## **CONFIRMED RESPONSE *( JSON )* :**\n## **`STATUS CODE 401`**\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------|\n   | **message**\t\t|*`string`*\t\t\t\t\t\t|Account confirmation state\t\t\t|`Votre compte est déjà confirmé`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/login`\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                 \t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljstqw0AMAP9lzzHotbaUnwnSSiK5Os2p9N_r0uswA_M9Hn3W-znuX-enbuPxynEfeXh4KpcVexc1HKgM6HNygCqTGPCE6ENczE0iGOeivaQRdeGSKeB_Zi9lJzZ0JhYJDiG6KHk1JKw8cOeELiPsWloJNG7j867zf2aBeFzKdpWxyb7HZiprc8lpamE5Y_z8AmOON_Q.XPo0Pw.GdlBqkRteUEoXmQHqjzGXOf79eU; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 07 Jun 2019 09:54:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Votre compte a bien été confirmé\",\n    \"redirect\": \"/login\",\n    \"result\": true\n}"}],"_postman_id":"fb2de2fb-5ba8-4b8b-a1dd-55ad7f9494f4"},{"name":"RESEND CONFIRMATION","id":"4aacd2db-b422-40ca-87ea-67eb5c891eec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"text/html","disabled":true},{"key":"x-access-token","name":"Content-Type","type":"text","value":"token"}],"url":"{{domain}}/api/resend_confirm","description":"# **Sends a new confirmation mail in case it was lost or deleted**\n## **`STATUS CODE 200`**"},"response":[{"id":"d67701f3-f9e9-4b0a-8b35-6d6680e789b5","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"text/html","disabled":true},{"key":"x-access-token","name":"Content-Type","type":"text","value":"token"}],"url":"{{domain}}/api/resend_confirm","description":"# **Sends a new confirmation mail in case it was lost or deleted**\n## **`STATUS CODE 200`**"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 19:43:29 GMT"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"53"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlj8FqAzEMRP_F5yxYlmTJ-ZnFsiQSCi3sJqeSf-9C7zNv3vyWPY84H-X-Ot5xK_vTy704N3LiwNE6wBqEHVHFfCJg1RmDXb3OzqJMtfc1HciiUUUM45ZV2UyMvPNckB0l8koMJTGbNGSqTEJXYOecGU06DQZLd_JyK-s8cn_9fMX35RMIAAHXLrZuHkbMDA4XwVJxkjO6OF299xnH_4m2aLHj2lyNNmqpm4H0TXHkEK2Q0srnD2oYR6U.XKJp4Q._r4-2AslIvu0388uVuNxzmDshNE; Domain=.api.neuralytics.ai; HttpOnly; Path=/"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"mail resend\",\n    \"redirect\": \"/confirmemail\"\n}"}],"_postman_id":"4aacd2db-b422-40ca-87ea-67eb5c891eec"},{"name":"CHANGE EMAIL","id":"725746d2-1bea-451e-b8c2-760a8a73e76c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"x-access-token","name":"Content-Type","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiIyYjk1OTY4MjMxOTI0NzFjOGI4YzgzNTQ5NjM1OWM5NyIsImV4cCI6MTU2NzQyMTkxNn0.qnMoC5qXVH6-22-W-25mQniTCgsjl-m7D6TS2bEbPZI"},{"key":"Content-Type","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiIyYjk1OTY4MjMxOTI0NzFjOGI4YzgzNTQ5NjM1OWM5NyIsImV4cCI6MTU2NzQyMTkxNn0.qnMoC5qXVH6-22-W-25mQniTCgsjl-m7D6TS2bEbPZI"}],"body":{"mode":"formdata","formdata":[{"key":"new_email","type":"text","value":"jeanmi@yopmail.com"},{"key":"password","type":"text","value":"abcd1234"},{"key":"confirm_password","type":"text","value":"abcd1234"}]},"url":"{{domain}}/api/change_mail","description":"# **Email modification for not confirmed user**\n\n\n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t\t|\n   |------------------------|-------------------------------|---------------------------------------------------------------|---------------|\n   | **new_email**\t\t\t|*`string`*           \t\t\t|Valid email            \t        \t\t\t\t\t\t\t|`true`\t\t\t|\t\t\n   | **password**\t\t\t|*`string`*\t\t\t\t\t\t|User password\t\t\t\t\t\t\t\t\t\t\t\t\t|`true`\t\t\t|\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n\n\n\t\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------|\n   | **message**\t\t|*`string`*            \t\t\t|Email modification state\t\t\t|`Votre email a bien été modifié`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/confirmEmail`\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                 \t\t\t|\n\n## **ERROR RESPONSE *( JSON )* :**\n\n\n\n   |    Name    \t\t|Type                           |Description                    \t|Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n   | **errors**\t    \t|*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | new_email\t    \t|*`array`*           \t\t\t|Error message relatif to new email\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Email already use\t\t\t\t\t|`Un compte utilise déjà cette adresse mail`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing new email\t\t\t\t\t|`Veuillez entrer votre nouvelle adresse mail`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Bad email type\t\t\t\t\t\t|`Veuillez entrer une adresse mail valide`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | password\t    \t|*`array`*           \t\t\t|Error message relatif to password\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password\t\t\t\t\t|`Veuillez entrer votre mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Password not recognized \t\t\t|`Votre mot de passe n'a pas été reconnu veuillez réessayer`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"response":[{"id":"17a75111-c02c-4c6a-a515-2869de1b473a","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"x-access-token","name":"Content-Type","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiIyYjk1OTY4MjMxOTI0NzFjOGI4YzgzNTQ5NjM1OWM5NyIsImV4cCI6MTU2NzQyMTkxNn0.qnMoC5qXVH6-22-W-25mQniTCgsjl-m7D6TS2bEbPZI"},{"key":"Content-Type","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiIyYjk1OTY4MjMxOTI0NzFjOGI4YzgzNTQ5NjM1OWM5NyIsImV4cCI6MTU2NzQyMTkxNn0.qnMoC5qXVH6-22-W-25mQniTCgsjl-m7D6TS2bEbPZI"}],"body":{"mode":"formdata","formdata":[{"key":"new_email","type":"text","value":"jeanmi@yopmail.com"},{"key":"password","type":"text","value":"abcd1234"},{"key":"confirm_password","type":"text","value":"abcd1234"}]},"url":"{{domain}}/api/change_mail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"104"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEtqAzEQBa8StLZAUn8k-TKmW91KhhA7zHjIwvjuGZNN1o96FPUIl7n69hHO93X3U7gsFs6hCUMl8jxUyDFNTg5Wh6nBHJOQkaWwKrxmxuGTiGY36-7OxXI1aqC5ziwISTrkAY6apYJJITpAHEYpT2vO5tI5Y6GR2ZlyOIWxr6tf7xe7fclyPZzqGDLaGDFr5ohaS9SeJEoydHBg7_Ufd1vf5bpscl9uL3rm7IkKRLTeInryqIg99qZWigFUSP_on9v6uX3L8HB-hLf9OOiH5HQVP7KgJlLjilqSuE1kpvA8hX3z9S8gKVoy48hk6ZAtI7ZWPELFLs2l1Cnh-Qvdnm_r.XWzNEg.lUqfpQTubYhZ7BGJ75aJPB0Hj_A; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 02 Sep 2019 08:04:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Votre email a bien été modifié\",\n    \"redirect\": \"/confirmEmail\",\n    \"result\": true\n}"},{"id":"b9424430-237f-4a92-9d78-8a7e656fab8e","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"x-access-token","name":"Content-Type","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiIyYjk1OTY4MjMxOTI0NzFjOGI4YzgzNTQ5NjM1OWM5NyIsImV4cCI6MTU2NzQyMTkxNn0.qnMoC5qXVH6-22-W-25mQniTCgsjl-m7D6TS2bEbPZI"},{"key":"Content-Type","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiIyYjk1OTY4MjMxOTI0NzFjOGI4YzgzNTQ5NjM1OWM5NyIsImV4cCI6MTU2NzQyMTkxNn0.qnMoC5qXVH6-22-W-25mQniTCgsjl-m7D6TS2bEbPZI"}],"body":{"mode":"formdata","formdata":[{"key":"new_email","type":"text","value":"aa"},{"key":"password","type":"text","value":"abcd1234"},{"key":"confirm_password","type":"text","value":"abcd1234"}]},"url":"{{domain}}/api/change_mail"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"114"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEtqAzEQBa8StLZAUn8k-TKmW91KhhA7zHjIwvjuGZNN1o96FPUIl7n69hHO93X3U7gsFs6hCUMl8jxUyDFNTg5Wh6nBHJOQkaWwKrxmxuGTiGY36-7OxXI1aqC5ziwISTrkAY6apYJJITpAHEYpT2vO5tI5Y6GR2ZlyOIWxr6tf7xe7fclyPZzqGDLaGDFr5ohaS9SeJEoydHBg7_Ufd1vf5bpscl9uL3rm7IkKRLTeInryqIg99qZWigFUSP_on9v6uX3L8HB-hLf9OOiH5HQVP7KgJlLjilqSuE1kpvA8hX3z9S8gKVoy48hk6ZAtI7ZWPELFLs2l1Cnh-Qvdnm_r.XWzM4Q.lZJQumHRKS1wO7QKszPfbNIRcwA; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 02 Sep 2019 08:03:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"new_email\": [\n            \"Veuillez entrer une adresse mail valide\"\n        ]\n    },\n    \"result\": false\n}"}],"_postman_id":"725746d2-1bea-451e-b8c2-760a8a73e76c"},{"name":"FORGOT PASSWORD","id":"07ef89f6-5c4c-47cb-8a61-6930dd91e0c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"text/html","disabled":true},{"key":"","name":"Content-Type","type":"text","value":"","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":""},{"key":"","type":"text","value":"","disabled":true}]},"url":"{{domain}}/api/forgot_password","description":"# **Send link for reinitialization of password** \n\n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t\t|\n   |------------------------|-------------------------------|---------------------------------------------------------------|---------------|\n   | **email**\t\t\t\t|*`string`*           \t\t\t|Valid user email            \t        \t\t\t\t\t\t|`true`\t\t\t|\t\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\t\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t  |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------------------------------------|---------------------------------------------------------------------|\n   | **message**\t\t|*`string`*            \t\t\t|Sending email state\t\t\t\t\t\t\t\t\t\t\t  |`Un lien vous a été envoyé afin de réiniatiliser votre mot de passe`\t|\n   | **redirect**\t\t|*`null`*            \t\t\t|Redirection route\t\t\t\t\t\t\t\t\t\t\t\t  |`null`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t\t\t\t  |`true`                 \t\t\t\t\t\t\t\t\t\t\t\t|\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 401`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t|\n   | new_email\t    |*`array`*           \t\t\t|Error message relatif to new email\t|\t\t\t            \t\t\t\t\t\t\t|\n   |\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing new email\t\t\t\t\t|`Veuillez entrer votre adresse mail`\t\t\t\t|\n   |\t\t\t\t|*`string`*\t\t\t\t\t\t|Bad email type\t\t\t\t\t\t|`Veuillez entrer une adresse mail valide`\t\t\t|\n   |\t\t\t\t|*`string`*\t\t\t\t\t\t|Account not find\t\t\t\t\t|`Aucun compte n'est associé à cette adresse mail`\t|\n   | **result**\t\t|*`null`*\t\t\t\t\t\t|Redirection route\t   \t\t\t\t|`null`             \t\t\t\t\t\t\t\t|\n   | **redirect**\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                \t\t\t\t\t\t\t|"},"response":[{"id":"31237bfa-250b-432b-b4d8-e5d413f1b5a4","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"text/html","disabled":true},{"key":"","name":"Content-Type","type":"text","value":"","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":""},{"key":"","type":"text","value":"","disabled":true}]},"url":"{{domain}}/api/forgot_password","description":"# **Send link for reinitialization of password** \n\n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t\t|\n   |------------------------|-------------------------------|---------------------------------------------------------------|---------------|\n   | **email**\t\t\t\t|*`string`*           \t\t\t|Valid user email            \t        \t\t\t\t\t\t|`true`\t\t\t|\t\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\t\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t  |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------------------------------------|---------------------------------------------------------------------|\n   | **message**\t\t|*`string`*            \t\t\t|Sending email state\t\t\t\t\t\t\t\t\t\t\t  |`Un lien vous a été envoyé afin de réiniatiliser votre mot de passe`\t|\n   | **redirect**\t\t|*`null`*            \t\t\t|Redirection route\t\t\t\t\t\t\t\t\t\t\t\t  |`null`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t\t\t\t  |`true`                 \t\t\t\t\t\t\t\t\t\t\t\t|\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 401`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t|\n   | new_email\t    |*`array`*           \t\t\t|Error message relatif to new email\t|\t\t\t            \t\t\t\t\t\t\t|\n   |\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing new email\t\t\t\t\t|`Veuillez entrer votre adresse mail`\t\t\t\t|\n   |\t\t\t\t|*`string`*\t\t\t\t\t\t|Bad email type\t\t\t\t\t\t|`Veuillez entrer une adresse mail valide`\t\t\t|\n   |\t\t\t\t|*`string`*\t\t\t\t\t\t|Account not find\t\t\t\t\t|`Aucun compte n'est associé à cette adresse mail`\t|\n   | **result**\t\t|*`null`*\t\t\t\t\t\t|Redirection route\t   \t\t\t\t|`null`             \t\t\t\t\t\t\t\t|\n   | **redirect**\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                \t\t\t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2019 20:15:11 GMT"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"97"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Votre mot de passe à bien été modifié\",\n    \"redirect\": \"/sendpassword\",\n    \"result\": true\n}"},{"id":"cfef284f-8ef3-4a65-806b-b774fcf8f491","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"text/html","disabled":true},{"key":"","name":"Content-Type","type":"text","value":"","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":""},{"key":"","type":"text","value":"","disabled":true}]},"url":"{{domain}}/api/forgot_password","description":"# **Send link for reinitialization of password** \n\n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t\t|\n   |------------------------|-------------------------------|---------------------------------------------------------------|---------------|\n   | **email**\t\t\t\t|*`string`*           \t\t\t|Valid user email            \t        \t\t\t\t\t\t|`true`\t\t\t|\t\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\t\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t  |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------------------------------------|---------------------------------------------------------------------|\n   | **message**\t\t|*`string`*            \t\t\t|Sending email state\t\t\t\t\t\t\t\t\t\t\t  |`Un lien vous a été envoyé afin de réiniatiliser votre mot de passe`\t|\n   | **redirect**\t\t|*`null`*            \t\t\t|Redirection route\t\t\t\t\t\t\t\t\t\t\t\t  |`null`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t\t\t\t  |`true`                 \t\t\t\t\t\t\t\t\t\t\t\t|\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 401`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t|\n   | new_email\t    |*`array`*           \t\t\t|Error message relatif to new email\t|\t\t\t            \t\t\t\t\t\t\t|\n   |\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing new email\t\t\t\t\t|`Veuillez entrer votre adresse mail`\t\t\t\t|\n   |\t\t\t\t|*`string`*\t\t\t\t\t\t|Bad email type\t\t\t\t\t\t|`Veuillez entrer une adresse mail valide`\t\t\t|\n   |\t\t\t\t|*`string`*\t\t\t\t\t\t|Account not find\t\t\t\t\t|`Aucun compte n'est associé à cette adresse mail`\t|\n   | **result**\t\t|*`null`*\t\t\t\t\t\t|Redirection route\t   \t\t\t\t|`null`             \t\t\t\t\t\t\t\t|\n   | **redirect**\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                \t\t\t\t\t\t\t|"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"141"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 07 Jun 2019 12:43:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"email\": [\n            \"Aucun compte n'est associé à cette adresse mail\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"07ef89f6-5c4c-47cb-8a61-6930dd91e0c6"},{"name":"DELETE ACCOUNT","id":"75b879d8-03f9-4160-ac0c-574d77240f7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","disabled":true},{"key":"x-access-token","name":"Content-Type","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiIwOWMwNDFiYjNhYTc0MWYxYTlkZDJkMzk5ZWYzMTVhNiIsImV4cCI6MTU2NDIyMjAyNX0.EUdSHHkncE1rCFgY7EKVTKVhRGW-qOi8n9M-x6C0e8Q","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"password","value":"password1234","type":"text"}]},"url":"{{domain}}/api/account/delete/","description":"# **Execute account deletion**\n\n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\n   |------------------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | **old_password**\t\t|*`string`*           \t\t\t|User password          \t\t\t\t\t\t\t\t\t\t|`true`\t\t|\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t  |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------------------------------------|---------------------------------------------------------------------|\n   | **message**\t\t|*`string`*            \t\t\t|Update password state\t\t\t\t\t\t\t\t\t\t\t  |`La suppression de votre compte a bien été prise en compte`\t\t\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t\t\t\t\t\t\t\t  |`/login`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t\t\t\t  |`true`                 \t\t\t\t\t\t\t\t\t\t\t\t|\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 401`**\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | password\t    |*`array`*           \t\t\t|Error message relatif to password\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password\t\t\t\t\t|`Veuillez entrer votre mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t|*`string`*\t\t\t\t\t\t|Password not recognized \t\t\t|`Votre mot de passe n'a pas été reconnu veuillez réessayer`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`null`*\t\t\t\t\t\t|Redirection route\t   \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **redirect**\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"response":[{"id":"7b26a03e-6384-4d2f-bac4-5421c678fe20","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","disabled":true},{"key":"x-access-token","name":"Content-Type","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJiMjZiZGUwYWJkMTg0OTdlYjA0ZTBkNjQ2ZDM3ZDE1OCIsImN1cnJlbnRfd29ya3NwYWNlIjoiOTZkZWZlYmEtZTU1ZS00YjA1LWJkNjctNGIyMGFlZGY0NjY1IiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJmMTFlMDUyMy00ZDk4LTRlMGUtYjQ0OS05OGJkMjJkMzM3MzAiLCJjdXJyZW50X2RvbWFpbiI6IjdjY2FjOGNjLTFiMTYtNGI3Mi1iOTBhLWEwZDRlM2UzNmU5NyIsImV4cCI6MTU2NzQ0MTc1OX0.geCzz7ltWR0Q3jABjsXC_6gVnsMODbq3EBo4nSxqv5Q","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"password","value":"password123","type":"text"}]},"url":"{{domain}}/api/account/delete/"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"155"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvI7BsmTZzmWCZMntUJqUmQxdhNy9E7rp-vM-j_cIl7n69hHO93X3U7gsFs6hCWMtxWGoFKc0OTlaHaaGc8xCTCyZVfE1Mw2fpZTZzbq7czaoVhoq1AlCmKQjDHRSkIomuZQDpGElwbTmbC6dgXIZwM4FwimMfV39er_Y7UuW6-FUx5DRxoigwJG05qg9SZRk5OjI3us_7ra-y3XZ5L7cXvQE8FQyRrLeInnyqEQ99qaWsyFWTP_on9v6uX3L8HB-hLf9OOiH5HQVP7KQpqLGlTQncZvEXMLzFPbN17-ALNOrIkSgOSN1rlG6WnRovYkcYSuE5y_lBXAj.XW0ZPg.2ab_kP5sGtvzP2ICE0v2rkNea10; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 02 Sep 2019 13:29:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"password\": [\n            \"Votre mot de passe n'a pas été reconnu veuillez réessayer\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"},{"id":"ed17a8d0-21e7-487b-aa63-f741e9271b92","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","disabled":true},{"key":"x-access-token","name":"Content-Type","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJiMjZiZGUwYWJkMTg0OTdlYjA0ZTBkNjQ2ZDM3ZDE1OCIsImN1cnJlbnRfd29ya3NwYWNlIjoiOTZkZWZlYmEtZTU1ZS00YjA1LWJkNjctNGIyMGFlZGY0NjY1IiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJmMTFlMDUyMy00ZDk4LTRlMGUtYjQ0OS05OGJkMjJkMzM3MzAiLCJjdXJyZW50X2RvbWFpbiI6IjdjY2FjOGNjLTFiMTYtNGI3Mi1iOTBhLWEwZDRlM2UzNmU5NyIsImV4cCI6MTU2NzQ0MTc1OX0.geCzz7ltWR0Q3jABjsXC_6gVnsMODbq3EBo4nSxqv5Q","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"password","value":"password1234","type":"text"}]},"url":"{{domain}}/api/account/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"123"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvI7BsmTZzmWCZMntUJqUmQxdhNy9E7rp-vM-j_cIl7n69hHO93X3U7gsFs6hCWMtxWGoFKc0OTlaHaaGc8xCTCyZVfE1Mw2fpZTZzbq7czaoVhoq1AlCmKQjDHRSkIomuZQDpGElwbTmbC6dgXIZwM4FwimMfV39er_Y7UuW6-FUx5DRxoigwJG05qg9SZRk5OjI3us_7ra-y3XZ5L7cXvQE8FQyRrLeInnyqEQ99qaWsyFWTP_on9v6uX3L8HB-hLf9OOiH5HQVP7KQpqLGlTQncZvEXMLzFPbN17-ALNOrIkSgOSN1rlG6WnRovYkcYSuE5y_lBXAj.XW0ZTA.elnl_QUxT56whRE8LgAwlcGrkUk; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 02 Sep 2019 13:29:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La suppression de votre compte a bien été prise en compte\",\n    \"redirect\": \"/login\",\n    \"result\": true\n}"}],"_postman_id":"75b879d8-03f9-4160-ac0c-574d77240f7a"},{"name":"UPDATE Account","id":"67f9b6a0-10bd-4794-92a1-46327be8e71c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text","contentType":""},{"key":"firstname","value":"","type":"text"},{"key":"email","value":"","type":"text"},{"key":"password_hash","value":"","type":"text"},{"key":"image_profil","value":"","type":"text"}]},"url":"{{domain}}/api/account","description":"# **Update account confirmation**\n\n\n## **`STATUS CODE 200`**\n   |    Name    \t\t|Type                           |Description                        |Value\t\t\t                  \t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-------------------------------------------|\n   | **message**\t\t|*`string`*\t\t\t\t\t\t|Account confirmation state\t\t\t|`Mise à jour de votre profil avec succès`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/login`\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                 \t\t\t\t\t|\n\n\n## **`STATUS CODE 400`**\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-------------------------------------------|\n   | **message**\t\t|*`string`*\t\t\t\t\t\t|Account confirmation state\t\t\t|`Votre compte est déjà confirmé`\t\t\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/login`\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                 \t\t\t\t\t|"},"response":[{"id":"16041deb-105d-439a-a9cf-1ca2f893c58d","name":"CONFIRMED ACCOUNT","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text","contentType":""},{"key":"firstname","value":"","type":"text"},{"key":"email","value":"","type":"text"},{"key":"password_hash","value":"","type":"text"},{"key":"image_profil","value":"","type":"text"}]},"url":"{{domain}}/api/account","description":"# **Update account confirmation**\n\n\n## **`STATUS CODE 200`**\n   |    Name    \t\t|Type                           |Description                        |Value\t\t\t                  \t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-------------------------------------------|\n   | **message**\t\t|*`string`*\t\t\t\t\t\t|Account confirmation state\t\t\t|`Mise à jour de votre profil avec succès`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/login`\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                 \t\t\t\t\t|\n\n\n## **`STATUS CODE 400`**\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-------------------------------------------|\n   | **message**\t\t|*`string`*\t\t\t\t\t\t|Account confirmation state\t\t\t|`Votre compte est déjà confirmé`\t\t\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/login`\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                 \t\t\t\t\t|"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"98"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljjFuAzEMBP-i2geQXPIk-TMGJZJI2nNcBfl7HKQbDKaY7_aoK58f7f51vfLWHp_R7i26L4-BnAmvlKLOA8RuhkVjQHQSjFZ1dZ0-dS2wbTlTi3ls3mpK_lfWHnDBZIdAdWGpyNuKZ1HQjs4ngiqncOUeGSTt1l7PvP5n4DsTsg7YrEOD5Zijx4E3OZ1pxtZ-fgFjbDeG.XRM_JA.Psf_aJJCaWnWAJiB6qz0U5bfglY; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Wed, 26 Jun 2019 09:47:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Votre compte est déjà confirmé\",\n    \"redirect\": \"/login\",\n    \"result\": false\n}"},{"id":"b6ac5a05-39c3-4469-b27f-778989889249","name":"NOT CONFIRMED ACCOUNT","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text","contentType":""},{"key":"firstname","value":"","type":"text"},{"key":"email","value":"","type":"text"},{"key":"password_hash","value":"","type":"text"},{"key":"image_profil","value":"","type":"text"}]},"url":"{{domain}}/api/account","description":"# **Update account confirmation**\n\n\n## **`STATUS CODE 200`**\n   |    Name    \t\t|Type                           |Description                        |Value\t\t\t                  \t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-------------------------------------------|\n   | **message**\t\t|*`string`*\t\t\t\t\t\t|Account confirmation state\t\t\t|`Mise à jour de votre profil avec succès`\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/login`\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                 \t\t\t\t\t|\n\n\n## **`STATUS CODE 400`**\n   |    Name    \t\t|Type                           |Description                        |Value                  \t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------|-------------------------------------------|\n   | **message**\t\t|*`string`*\t\t\t\t\t\t|Account confirmation state\t\t\t|`Votre compte est déjà confirmé`\t\t\t|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/login`\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                 \t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljstqw0AMAP9lzzHotbaUnwnSSiK5Os2p9N_r0uswA_M9Hn3W-znuX-enbuPxynEfeXh4KpcVexc1HKgM6HNygCqTGPCE6ENczE0iGOeivaQRdeGSKeB_Zi9lJzZ0JhYJDiG6KHk1JKw8cOeELiPsWloJNG7j867zf2aBeFzKdpWxyb7HZiprc8lpamE5Y_z8AmOON_Q.XPo0Pw.GdlBqkRteUEoXmQHqjzGXOf79eU; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 07 Jun 2019 09:54:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Votre compte a bien été confirmé\",\n    \"redirect\": \"/login\",\n    \"result\": true\n}"}],"_postman_id":"67f9b6a0-10bd-4794-92a1-46327be8e71c"},{"name":"CHANGE PASSWORD","id":"2ae1acf8-7aba-4d0b-9cf7-37c7cf8f2a9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","name":"Content-Type","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1EZ3dOekk0TXl3aVpYaHdJam94TlRZd09ERXdPRGd6ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTUQzSV9DN0lvMWdqSFFSTzg0bmJpekNyVldKa1lvSUNMUFRMcWFWTkdMcmdIZUZPQ0Zway1fajBOOGg2VWpGaUFEUjJRekhKTE4zMHFveGFpY19nb2ciLCJleHAiOjE1NjA5NTg2Mzh9.3KHN0lIR2KcgMoyOaFAai4vHNK5A_AGVM7rqt-srX2c"},{"key":"Content-Type","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1EZ3dOekk0TXl3aVpYaHdJam94TlRZd09ERXdPRGd6ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTUQzSV9DN0lvMWdqSFFSTzg0bmJpekNyVldKa1lvSUNMUFRMcWFWTkdMcmdIZUZPQ0Zway1fajBOOGg2VWpGaUFEUjJRekhKTE4zMHFveGFpY19nb2ciLCJleHAiOjE1NjA5NTg2Mzh9.3KHN0lIR2KcgMoyOaFAai4vHNK5A_AGVM7rqt-srX2c"}],"body":{"mode":"formdata","formdata":[{"key":"password","type":"text","value":"abcd1234"},{"key":"confirm_password","type":"text","value":"abcd1234"},{"key":"old_password","type":"text","value":"password2"}]},"url":"{{domain}}/api/change_password","description":"# **Execute password update**\n\n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t\t|\n   |------------------------|-------------------------------|---------------------------------------------------------------|---------------|\n   | **old_password**\t\t|*`string`*           \t\t\t|User password          \t\t\t\t\t\t\t\t\t\t|`true`\t\t\t|\n   | **password**\t\t\t|*`string`*           \t\t\t|Must contain a least 1 characteres and 1 integer\t\t\t\t|`true`\t\t\t|\n   | **confirm_password**\t|*`string`*           \t\t\t|Must match with password\t\t\t\t\t\t\t\t\t\t|`true`\t\t\t|\n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n\t\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t  |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------------------------------------|---------------------------------------------------------------------|\n   | **message**\t\t|*`string`*            \t\t\t|Update password state\t\t\t\t\t\t\t\t\t\t\t  |`La modification de votre mot de passe a bien été prise en compte`\t|\n   | **redirect**\t\t|*`null`*            \t\t\t|Redirection route\t\t\t\t\t\t\t\t\t\t\t\t  |`null`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t\t\t\t  |`true`                 \t\t\t\t\t\t\t\t\t\t\t\t|\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t\t|Type                           |Description                        \t\t|Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n   | **errors**\t    \t|*`JSON`*           \t\t\t|All errors and corresponding field \t\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | old_password\t    |*`array`*           \t\t\t|Error message relatif to actual password\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing actual password\t\t\t\t\t|`Veuillez entrer votre mot de passe actuel`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | password\t    \t|*`array`*           \t\t\t|Error message relatif to password\t\t\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password\t\t\t\t\t\t\t|`Veuillez entrer votre nouveau mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Not equal to password confirmation\t\t\t|`Vos mots de passe ne correspondent pas veuillez réessayer`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Password bad format \t\t\t\t\t\t|`Votre mot de passe doit contenir un minimum de huit caractères et doit contenir au minimum un chiffre et une lettre alphabétique`\t|\n   | confirm_password\t|*`array`*           \t\t\t|Error message relatif to password\t\t\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password confirmation\t\t\t\t|`Veuillez confirmer votre nouveau mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`null`*\t\t\t\t\t\t|Redirection route\t   \t\t\t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **redirect**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t|`false`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"response":[{"id":"ca54217a-933c-4671-bd77-1c14c169ead1","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"x-access-token","name":"Content-Type","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1EZ3dOekk0TXl3aVpYaHdJam94TlRZd09ERXdPRGd6ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTUQzSV9DN0lvMWdqSFFSTzg0bmJpekNyVldKa1lvSUNMUFRMcWFWTkdMcmdIZUZPQ0Zway1fajBOOGg2VWpGaUFEUjJRekhKTE4zMHFveGFpY19nb2ciLCJleHAiOjE1NjA5NTg2Mzh9.3KHN0lIR2KcgMoyOaFAai4vHNK5A_AGVM7rqt-srX2c"},{"key":"Content-Type","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1EZ3dOekk0TXl3aVpYaHdJam94TlRZd09ERXdPRGd6ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTUQzSV9DN0lvMWdqSFFSTzg0bmJpekNyVldKa1lvSUNMUFRMcWFWTkdMcmdIZUZPQ0Zway1fajBOOGg2VWpGaUFEUjJRekhKTE4zMHFveGFpY19nb2ciLCJleHAiOjE1NjA5NTg2Mzh9.3KHN0lIR2KcgMoyOaFAai4vHNK5A_AGVM7rqt-srX2c"}],"body":{"mode":"formdata","formdata":[{"key":"password","type":"text","value":"abcd1234"},{"key":"confirm_password","type":"text","value":"abcd1234"},{"key":"old_password","type":"text","value":"password2"}]},"url":"{{domain}}/api/change_password","description":"# **Execute password update**\n\n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t\t|\n   |------------------------|-------------------------------|---------------------------------------------------------------|---------------|\n   | **old_password**\t\t|*`string`*           \t\t\t|User password          \t\t\t\t\t\t\t\t\t\t|`true`\t\t\t|\n   | **password**\t\t\t|*`string`*           \t\t\t|Must contain a least 1 characteres and 1 integer\t\t\t\t|`true`\t\t\t|\n   | **confirm_password**\t|*`string`*           \t\t\t|Must match with password\t\t\t\t\t\t\t\t\t\t|`true`\t\t\t|\n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n\t\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t  |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------------------------------------|---------------------------------------------------------------------|\n   | **message**\t\t|*`string`*            \t\t\t|Update password state\t\t\t\t\t\t\t\t\t\t\t  |`La modification de votre mot de passe a bien été prise en compte`\t|\n   | **redirect**\t\t|*`null`*            \t\t\t|Redirection route\t\t\t\t\t\t\t\t\t\t\t\t  |`null`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t\t\t\t  |`true`                 \t\t\t\t\t\t\t\t\t\t\t\t|\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t\t|Type                           |Description                        \t\t|Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n   | **errors**\t    \t|*`JSON`*           \t\t\t|All errors and corresponding field \t\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | old_password\t    |*`array`*           \t\t\t|Error message relatif to actual password\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing actual password\t\t\t\t\t|`Veuillez entrer votre mot de passe actuel`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | password\t    \t|*`array`*           \t\t\t|Error message relatif to password\t\t\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password\t\t\t\t\t\t\t|`Veuillez entrer votre nouveau mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Not equal to password confirmation\t\t\t|`Vos mots de passe ne correspondent pas veuillez réessayer`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Password bad format \t\t\t\t\t\t|`Votre mot de passe doit contenir un minimum de huit caractères et doit contenir au minimum un chiffre et une lettre alphabétique`\t|\n   | confirm_password\t|*`array`*           \t\t\t|Error message relatif to password\t\t\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password confirmation\t\t\t\t|`Veuillez confirmer votre nouveau mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`null`*\t\t\t\t\t\t|Redirection route\t   \t\t\t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **redirect**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t|`false`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"130"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljssKAjEMAP-lZwt5ddvsz0jSJuh1dU_iv6t4HQZmXuWaRzxuZX8eZ1zK9b7KXlY3tzU4NNgyKKHjYEBrjR3GYBIFbuDZxURNxZ2xTdpCEnFMnNIE7GfmHGzEisbEIs4uRF9KFgkL5uq48YIMJcyYIxZQuZTzEcd_xr5FnWk1eWmVTl4deKudc4h2kNZneX8AZtw3lw.XKKi4A.QnsMsLTqkSnDXmUReY0ffnPltT0; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 01 Apr 2019 23:46:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La modification de de votre mots de passe a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"dfe28225-43c8-418d-b244-7ffa981b4e6c","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"x-access-token","name":"Content-Type","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1EZ3dOekk0TXl3aVpYaHdJam94TlRZd09ERXdPRGd6ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTUQzSV9DN0lvMWdqSFFSTzg0bmJpekNyVldKa1lvSUNMUFRMcWFWTkdMcmdIZUZPQ0Zway1fajBOOGg2VWpGaUFEUjJRekhKTE4zMHFveGFpY19nb2ciLCJleHAiOjE1NjA5NTg2Mzh9.3KHN0lIR2KcgMoyOaFAai4vHNK5A_AGVM7rqt-srX2c"},{"key":"Content-Type","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1EZ3dOekk0TXl3aVpYaHdJam94TlRZd09ERXdPRGd6ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTUQzSV9DN0lvMWdqSFFSTzg0bmJpekNyVldKa1lvSUNMUFRMcWFWTkdMcmdIZUZPQ0Zway1fajBOOGg2VWpGaUFEUjJRekhKTE4zMHFveGFpY19nb2ciLCJleHAiOjE1NjA5NTg2Mzh9.3KHN0lIR2KcgMoyOaFAai4vHNK5A_AGVM7rqt-srX2c"}],"body":{"mode":"formdata","formdata":[{"key":"password","type":"text","value":"abcd1234"},{"key":"confirm_password","type":"text","value":"abcd1234"},{"key":"old_password","type":"text","value":"password2"}]},"url":"{{domain}}/api/change_password","description":"# **Execute password update**\n\n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t\t|\n   |------------------------|-------------------------------|---------------------------------------------------------------|---------------|\n   | **old_password**\t\t|*`string`*           \t\t\t|User password          \t\t\t\t\t\t\t\t\t\t|`true`\t\t\t|\n   | **password**\t\t\t|*`string`*           \t\t\t|Must contain a least 1 characteres and 1 integer\t\t\t\t|`true`\t\t\t|\n   | **confirm_password**\t|*`string`*           \t\t\t|Must match with password\t\t\t\t\t\t\t\t\t\t|`true`\t\t\t|\n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n\t\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t  |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-----------------------------------------------------------------|---------------------------------------------------------------------|\n   | **message**\t\t|*`string`*            \t\t\t|Update password state\t\t\t\t\t\t\t\t\t\t\t  |`La modification de votre mot de passe a bien été prise en compte`\t|\n   | **redirect**\t\t|*`null`*            \t\t\t|Redirection route\t\t\t\t\t\t\t\t\t\t\t\t  |`null`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t\t\t\t  |`true`                 \t\t\t\t\t\t\t\t\t\t\t\t|\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t\t|Type                           |Description                        \t\t|Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|-------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n   | **errors**\t    \t|*`JSON`*           \t\t\t|All errors and corresponding field \t\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | old_password\t    |*`array`*           \t\t\t|Error message relatif to actual password\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing actual password\t\t\t\t\t|`Veuillez entrer votre mot de passe actuel`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | password\t    \t|*`array`*           \t\t\t|Error message relatif to password\t\t\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password\t\t\t\t\t\t\t|`Veuillez entrer votre nouveau mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Not equal to password confirmation\t\t\t|`Vos mots de passe ne correspondent pas veuillez réessayer`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Password bad format \t\t\t\t\t\t|`Votre mot de passe doit contenir un minimum de huit caractères et doit contenir au minimum un chiffre et une lettre alphabétique`\t|\n   | confirm_password\t|*`array`*           \t\t\t|Error message relatif to password\t\t\t|\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t\t|*`string`*\t\t\t\t\t\t|Missing password confirmation\t\t\t\t|`Veuillez confirmer votre nouveau mot de passe`\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t|*`null`*\t\t\t\t\t\t|Redirection route\t   \t\t\t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **redirect**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t|`false`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"321"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQgCQw.fLfUs1m5l_9FZ1h0lpxj17VcC3E; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 21:12:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"old_password\": [\n            \"Votre mot de passe n'a pas été reconnu veuillez réessayer\"\n        ],\n        \"password\": [\n            \"Votre mot de passe doit contenir un minimum de 8 caractères et doit contenir au minimum un chiffre et une lettre alphabétique\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"2ae1acf8-7aba-4d0b-9cf7-37c7cf8f2a9a"},{"name":"PROFIL PICTURE","id":"0dbbc16f-56d1-4358-94a4-01a805d8dc09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"x-access-token","type":"text","value":"token"}],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","value":null}]},"url":{"raw":"{{domain}}/api/profile_picture/:action","host":["{{domain}}"],"path":["api","profile_picture",":action"],"variable":[{"id":"e0ea47e0-61d4-43b8-bb92-4b7b4ac814d4","key":"action","value":"action","type":"string"}]},"description":"# **Returns the vehicule information and predictions associated to a plate**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Value\t\t\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------------------|---------------|\n   | **action**\t\t|*`string`*           \t\t\t|Profil picture operation            \t        \t\t\t\t|`update/create`|\n   \n## **POST**\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **avatar**\t\t|*`image`*           \t\t\t|Must be type of jpg, png   \t        \t\t\t\t\t\t|\n   \n## **SUCCESS RESPONSE ( *JSON* )**\n## **`STATUS CODE 200`**\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **saved**\t\t|*`bool`*           \t\t\t|Save state   \t        \t\t\t\t\t\t\t\t\t\t|\n   | **filename**\t|*`string`*           \t\t\t|String url for loaded image  \t        \t\t\t\t\t\t|"},"response":[{"id":"7e676347-9485-425f-ac74-ec66d0be2124","name":"READ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"x-access-token","type":"text","value":"token"}],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","value":null}]},"url":{"raw":"{{domain}}/api/profile_picture/:action","host":["{{domain}}"],"path":["api","profile_picture",":action"],"variable":[{"id":"e0ea47e0-61d4-43b8-bb92-4b7b4ac814d4","key":"action","value":"action","type":"string"}]},"description":"# **Returns the vehicule information and predictions associated to a plate**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Value\t\t\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------------------|---------------|\n   | **action**\t\t|*`string`*           \t\t\t|Profil picture operation            \t        \t\t\t\t|`update/create`|\n   \n## **POST**\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **avatar**\t\t|*`image`*           \t\t\t|Must be type of jpg, png   \t        \t\t\t\t\t\t|\n   \n## **SUCCESS RESPONSE ( *JSON* )**\n## **`STATUS CODE 200`**\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **saved**\t\t|*`bool`*           \t\t\t|Save state   \t        \t\t\t\t\t\t\t\t\t\t|\n   | **filename**\t|*`string`*           \t\t\t|String url for loaded image  \t        \t\t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"140"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzj0OwjAMQOG7ZG4l_zZOL4OcxBasLZ0QdwfE-vQN71VuecR5L_vzuGIpt8cse5nVu0_jaMGeQQkVjQFdlTuYMUkDVuhZxaV5k94ZddAWkog2cIgK-E_mMHbihs7EIp27EH0reSRMGLPixhMyGmHGsJhAZSnXGcd_BhuKIo3VutZVXGW1TF25TcFgAOda3h9Mgzb5.XLP7BA.c4Ee5PSeFMvopozlUHRmbtT21L4; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 15 Apr 2019 03:31:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"filename\": \"/static/img/profil/0ca79c9cac7f9b43137862d22944ad2ffd9787d2/51d0f95abf38245d7addc8be28405a4b99e7.png\",\n    \"saved\": false\n}"},{"id":"a7d6c5d7-97a9-4937-b60d-312e57e46fc8","name":"UPDATE","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"x-access-token","type":"text","value":"token"}],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","value":null}]},"url":{"raw":"{{domain}}/api/profile_picture/:action","host":["{{domain}}"],"path":["api","profile_picture",":action"],"variable":[{"id":"e0ea47e0-61d4-43b8-bb92-4b7b4ac814d4","key":"action","value":"action","type":"string"}]},"description":"# **Returns the vehicule information and predictions associated to a plate**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Value\t\t\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------------------|---------------|\n   | **action**\t\t|*`string`*           \t\t\t|Profil picture operation            \t        \t\t\t\t|`update/create`|\n   \n## **POST**\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **avatar**\t\t|*`image`*           \t\t\t|Must be type of jpg, png   \t        \t\t\t\t\t\t|\n   \n## **SUCCESS RESPONSE ( *JSON* )**\n## **`STATUS CODE 200`**\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **saved**\t\t|*`bool`*           \t\t\t|Save state   \t        \t\t\t\t\t\t\t\t\t\t|\n   | **filename**\t|*`string`*           \t\t\t|String url for loaded image  \t        \t\t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"139"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzj0OwjAMQOG7ZG4l_zZOL4OcxBasLZ0QdwfE-vQN71VuecR5L_vzuGIpt8cse5nVu0_jaMGeQQkVjQFdlTuYMUkDVuhZxaV5k94ZddAWkog2cIgK-E_mMHbihs7EIp27EH0reSRMGLPixhMyGmHGsJhAZSnXGcd_BhuKIo3VutZVXGW1TF25TcFgAOda3h9Mgzb5.XLP7Uw.rwN2pJ4LdyPDJqZqYzuzc__vVEI; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 15 Apr 2019 03:32:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"filename\": \"/static/img/profil/0ca79c9cac7f9b43137862d22944ad2ffd9787d2/a6b117eff8e3c43c3d1c5ea34bb4986aef2c.png\",\n    \"saved\": true\n}"}],"_postman_id":"0dbbc16f-56d1-4358-94a4-01a805d8dc09"},{"name":"REINITIALIZE PASSWORD","id":"d5aff3bd-267f-4355-af17-36828c9f5fb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{domain}}/api/reinit_password/:token","host":["{{domain}}"],"path":["api","reinit_password",":token"],"variable":[{"id":"7493c702-779f-426b-86f8-14edc6bdbce1","key":"token","value":"token","type":"string"}]}},"response":[],"_postman_id":"d5aff3bd-267f-4355-af17-36828c9f5fb9"},{"name":"Version","id":"8d99fccb-4737-49e0-905f-9148176bb764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"leo.bourrel11@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":"{{domain}}/api/read/front_version","description":"# **Get front version**\n\n\n## **GET**\n\n   \n## **SUCCESS RESPONSE *( JSON )* :**\n\n## **`STATUS CODE 200`**\n\t\n   |    Name    \t\t|Type                           |Description                        |Value                   |\n   |--------------------|-------------------------------|-----------------------------------|------------------------|\n   | **version**\t    |*`float`*           \t\t\t|Front version       \t\t\t\t|\t\t\t             |\n\n\n## **ERROR RESPONSE *( JSON )* :**\n\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"response":[{"id":"24ec8713-1df4-4712-a841-3e815c59cf29","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"leo.bourrel11@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":"{{domain}}/api/read/front_version","description":"# **Get front version**\n\n\n## **GET**\n\n   \n## **SUCCESS RESPONSE *( JSON )* :**\n\n## **`STATUS CODE 200`**\n\t\n   |    Name    \t\t|Type                           |Description                        |Value                   |\n   |--------------------|-------------------------------|-----------------------------------|------------------------|\n   | **version**\t    |*`float`*           \t\t\t|Front version       \t\t\t\t|\t\t\t             |\n\n\n## **ERROR RESPONSE *( JSON )* :**\n\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1040"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 14:22:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"cookie\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjQ2NjkzNTV9.WU8OAL5u-JtcW4OsLyViCR3hC41aTGLeqnkxjX_UWYs\",\n    \"redirect\": \"/InstantRecommendation\",\n    \"result\": true,\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjIxNjM3NTV9.xR4pOJ9ImR8ogrWXhKELH75-_dbt9hT9WBz8c7fkDhg\",\n    \"user_avatar\": \"/static/img/profil/default.jpg\",\n    \"user_email\": \"neuralytic_test_account@yopmail.com\",\n    \"user_firstname\": \"Aaron\",\n    \"user_id\": \"b3533055-8198-4ba7-9d54-85f6d5fdf583\",\n    \"user_lastname\": \"Boateng\"\n}"}],"_postman_id":"8d99fccb-4737-49e0-905f-9148176bb764"}],"id":"5573d115-6bfe-41cb-a09a-c8250668cdea","_postman_id":"5573d115-6bfe-41cb-a09a-c8250668cdea"},{"name":"Appointment","item":[{"name":"SYNC","id":"4eb5318e-a699-4f74-94a3-2cf582513f03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/api/appointment/SYNC/","description":"Synchronize MECAPLANNING data and meeting saved in maprochaineauto's database\n\n## **`STATUS CODE 200`**\n**Analyze meeting informations ( JSON )**\n\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | invalid_appointments\t\t|*`list`*\t\t\t\t\t| List of appointment with invalid informations\t\t\t\t\t|\n   | updated_appointments\t\t|*`list`*\t\t\t\t\t| List of appointment updated \t\t\t\t\t\t\t\t\t|\n   | valid_appointments\t\t\t|*`list`*\t\t\t\t\t| List of new appointment \t\t\t\t\t\t\t\t        |\n\n\nEach objects in previous list has this format :\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | a\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | loc\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | scale\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | appointment_id             |*`string`*                 | Identifer of appointment                                      |\n   | author_id                  |*`string`*                 |                                                               |\n   | author_name                |*`string`*                 |                                                               |\n   | author_firstname           |*`string`*                 |                                                               |\n   | author_image               |*`string`*                 |                                                               |\n   | created_at                 |*`date`*                   |                                                               |\n   | customer_id                |*`string`*                 |                                                               |\n   | customer_meeting_date      |*`string`*                 |                                                               |\n   | customer_firstname         |*`string`*                 |                                                               |\n   | customer_lastname          |*`string`*                 |                                                               |\n   | customer_rawname           |*`string`*                 |                                                               |\n   | color                      |*`string`*                 | Car color                                                     |\n   | brand                      |*`string`*                 | Car brand                                                     |\n   | model_group\t\t\t    |*`string`*           \t\t| Car model group name\t\t            \t        \t\t\t|\n   | model                      |*`string`*                 |                                                               |\n   | mileage                    |*`string`*                 | Mileage                                                       |\n   | fueltype                   |*`string`*                 | Fuel type                                                     |\n   | plate                      |*`string`*                 | Immatriculation                                               |\n   | damage_estimation          |*`string`*                 |                                                               |\n   | gearbox\t\t\t\t\t|*`string`*\t\t\t\t\t| Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | typname\t\t\t\t\t|*`string`*\t\t\t\t\t| Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   | image\t\t\t\t\t\t|*`string`*\t\t\t\t\t| Car image\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | update_at                  |*`date`*                   |                                                               |\n   | has_appointment            |*`bool`*                   | Boolean always true                                           |\n   | has_analyze                |*`bool`*                   | Boolean true if the appointment has an analyze                |\n   | analyze_id\t\t\t\t\t|*`string`*           \t\t| Analyze id            \t        \t\t\t\t\t\t\t|\n   | status \t\t\t\t\t|*`string`*           \t\t| Status            \t        \t\t\t\t\t\t\t    |"},"response":[],"_postman_id":"4eb5318e-a699-4f74-94a3-2cf582513f03"},{"name":"READ Appointment","id":"03d4b56b-3856-4092-8d86-af4b0d938453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"ident","type":"text","value":"04e26afc-974d-4b0b-8e0a-081e6c2dcf5e","disabled":true}]},"url":{"raw":"{{domain}}/api/read/appointments?has_analyze=false","host":["{{domain}}"],"path":["api","read","appointments"],"query":[{"key":"has_analyze","value":"false","description":"If true, return results with appointments analysed only; default: false"}]},"description":"# **Returns vehicule information and predictions associated to an appointment**\n\n\n## **GET**\n\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Value\t\t\t\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------------------|-------------------|\n   |**has_analyze**\t| *`string`*           \t\t\t| Filter with appointments analyzed only            \t        |\t\t\t\t\t|\n   \n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Analyze meeting informations ( JSON )**\n\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | a\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | loc\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | scale\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | appointment_id             |*`string`*                 | Identifer of appointment                                      |\n   | author_id                  |*`string`*                 |                                                               |\n   | author_name                |*`string`*                 |                                                               |\n   | author_firstname           |*`string`*                 |                                                               |\n   | author_image               |*`string`*                 |                                                               |\n   | created_at                 |*`date`*                   |                                                               |\n   | customer_id                |*`string`*                 |                                                               |\n   | customer_meeting_date      |*`string`*                 |                                                               |\n   | customer_firstname         |*`string`*                 |                                                               |\n   | customer_lastname          |*`string`*                 |                                                               |\n   | customer_rawname           |*`string`*                 |                                                               |\n   | color                      |*`string`*                 | Car color                                                     |\n   | brand                      |*`string`*                 | Car brand                                                     |\n   | model_group\t\t\t    |*`string`*           \t\t| Car model group name\t\t            \t        \t\t\t|\n   | model                      |*`string`*                 |                                                               |\n   | mileage                    |*`string`*                 | Mileage                                                       |\n   | fueltype                   |*`string`*                 | Fuel type                                                     |\n   | plate                      |*`string`*                 | Immatriculation                                               |\n   | damage_estimation          |*`string`*                 |                                                               |\n   | gearbox\t\t\t\t\t|*`string`*\t\t\t\t\t| Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | typname\t\t\t\t\t|*`string`*\t\t\t\t\t| Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   | image\t\t\t\t\t\t|*`string`*\t\t\t\t\t| Car image\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | update_at                  |*`date`*                   |                                                               |\n   | has_appointment            |*`bool`*                   | Boolean always true                                           |\n   | has_analyze                |*`bool`*                   | Boolean true if the appointment has an analyze                |\n   | analyze_id\t\t\t\t\t|*`string`*           \t\t| Analyze id            \t        \t\t\t\t\t\t\t|\n   | status \t\t\t\t\t|*`string`*           \t\t| Status            \t        \t\t\t\t\t\t\t    |\n\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **message**\t|*`string`*           \t\t\t|Search state\t\t\t\t\t\t|`Plate not found` \t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"3596b576-b674-42bc-b463-ef493b50d44f","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU5EazVOREE0TWl3aVpYaHdJam94TlRVME9UazNOamd5ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAudlJlX2NlczJwVmN6Qzl2Z2xQYlQ3ZzFEXzl3bXByZUk2UUk3TDRDanQ4eXF6UzlqOGJ1SFdJT3M3VjliN3VZOFc2WV9zUm1vbEZTOHVQNk10UWxKT3ciLCJleHAiOjE1NTUwODA0ODV9.S4_STfs78vhESP5R5dJfURDFvKqvxpzMPZBNv11xt1M"}],"url":{"raw":"{{domain}}/api/analyse/:immat","host":["{{domain}}"],"path":["api","analyse",":immat"],"variable":[{"key":"immat","value":"DG655EF"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3372"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjkOAjEQAMG_OGaluby2-QyaU5AuECH-Doi0VUG_2qWOvF_b-XE889Qut2jnFkNNY3KuZK2kgoGTAbV3NpiTSRZwB6shKkuXmDF2pz2lEKejSxfQnyyfrMQLlYlFjE2IvpU0CwI8Bu4cULkIK31mALVTe97z-M_4hNrN10ahuIkDbWaBW1qtQYO642jvD2t0OBE.XK9bRg.4teFtgNS4UQlT8delAKyWGktHTE; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Thu, 11 Apr 2019 15:20:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"brand\": \"CITROEN\",\n    \"budget\": 25587,\n    \"fueltype\": \"Diesel\",\n    \"gearbox\": \"Boîte manuelle\",\n    \"histogram\": \"[1.0969473363734514, 22.711334165277627, 53.745778873343795, 16.755220080800168, 4.040719676162794, 1.4217222065718298, 0.09488197384061269, 0.09247135946234158, 0.028607462351118704]\",\n    \"mileage\": 151918,\n    \"model_group\": \"C3 II\",\n    \"plate\": \"DG655EF\",\n    \"price\": 2392,\n    \"stock\": {\n        \"0\": {\n            \"brand\": \"AUDI\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"sequentielle\",\n            \"horsepower\": 240,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c243ad747c164f79c1206db549ff47e12e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 37000,\n            \"price\": \"29900.00\",\n            \"typname\": \"A5 Cabriolet V6 3.0 TDI 240 DPF\",\n            \"year_released\": \"2009\"\n        },\n        \"1\": {\n            \"brand\": \"MERCEDES\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"automatique\",\n            \"horsepower\": 143,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4cec4ee460729f2daade3e89438b42ca34e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 78000,\n            \"price\": \"14590.00\",\n            \"typname\": \"Classe CLC 180 K\",\n            \"year_released\": \"2010\"\n        },\n        \"2\": {\n            \"brand\": \"FIAT\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 95,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c1215dcc7e5d6f1ead2fd907044933e1ee223755d1376f932_2&bLayer=0\",\n            \"mileage\": 11000,\n            \"price\": \"11900.00\",\n            \"typname\": \"500L 1.4 16V 95 ch\",\n            \"year_released\": \"2013\"\n        },\n        \"3\": {\n            \"brand\": \"CITROEN\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"N/A\",\n            \"horsepower\": 151,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c6b275743995b7266cb4397d0e9c47eebe223755d1376f932_2&bLayer=0\",\n            \"mileage\": 76000,\n            \"price\": \"11900.00\",\n            \"typname\": \"C4 Picasso THP 150\",\n            \"year_released\": \"2009\"\n        },\n        \"4\": {\n            \"brand\": \"MINI\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 90,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c3d860e82f6408754ed71184b698b39c1e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 46000,\n            \"price\": \"10000.00\",\n            \"typname\": \"Mini Clubman D 90 ch\",\n            \"year_released\": \"2013\"\n        },\n        \"5\": {\n            \"brand\": \"SUZUKI\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 94,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c532b346cd5fff8db811769cdee025452e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 45000,\n            \"price\": \"9900.00\",\n            \"typname\": \"Swift 1.2 VVT\",\n            \"year_released\": \"2012\"\n        }\n    },\n    \"year_released\": \"2013-03-15\"\n}"},{"id":"e767b8f1-2ebe-434d-a3d6-06114269803b","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU9Ua3hPVGM0TWl3aVpYaHdJam94TlRVNU9USXpNemd5ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuUmkzaXoweEpDMnBzaTYzS0xxbDRsdXlueFhvcUhmdFJXTWNFRXAzUzQ2Q2Y5blZGUTllYjZXT3Y0RWs1Nno2aFRReHFYZU5DUTkzT2lJNGN0Tld6bnciLCJleHAiOjE1NjA4NjI2ODZ9.KSqhhGNhCwtTdZk5sgmR4kywFniHKHiPzEezDqo6YWs"}],"body":{"mode":"formdata","formdata":[{"key":"km","type":"text","value":"","disabled":true},{"key":"id_autovista","type":"text","value":"","disabled":true}]},"url":{"raw":"{{domain}}/api/analyse/:action/:immat","host":["{{domain}}"],"path":["api","analyse",":action",":immat"],"variable":[{"key":"action","type":"string","value":"CREATE"},{"key":"immat","type":"string","value":"DY510FXX"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQfBkA.zNgOnJjAdSxTJStXpdgvOPCWhJA; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 16:36:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Plate not found\",\n    \"redirect\": null,\n    \"result\": true\n}"}],"_postman_id":"03d4b56b-3856-4092-8d86-af4b0d938453"},{"name":"GET Appointments","id":"9cb19ed0-f6c4-4256-9fad-ccb26873afc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/api/appointments?plate=ED693HP&workspace_id=c20efcaa-f712-4174-8aa8-623a269b51a1","host":["{{domain}}"],"path":["api","appointments"],"query":[{"key":"plate","value":"ED693HP"},{"key":"workspace_id","value":"c20efcaa-f712-4174-8aa8-623a269b51a1"}]}},"response":[{"id":"2ad69684-e6fd-43d4-8e37-f044122fedd3","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU9Ua3hPVGM0TWl3aVpYaHdJam94TlRVNU9USXpNemd5ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuUmkzaXoweEpDMnBzaTYzS0xxbDRsdXlueFhvcUhmdFJXTWNFRXAzUzQ2Q2Y5blZGUTllYjZXT3Y0RWs1Nno2aFRReHFYZU5DUTkzT2lJNGN0Tld6bnciLCJleHAiOjE1NjA4NjI2ODZ9.KSqhhGNhCwtTdZk5sgmR4kywFniHKHiPzEezDqo6YWs"}],"body":{"mode":"formdata","formdata":[{"key":"km","type":"text","value":"","disabled":true},{"key":"id_autovista","type":"text","value":"","disabled":true}]},"url":{"raw":"{{domain}}/api/analyse/:action/:immat","host":["{{domain}}"],"path":["api","analyse",":action",":immat"],"variable":[{"key":"action","type":"string","value":"CREATE"},{"key":"immat","type":"string","value":"DY510FXX"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQfBkA.zNgOnJjAdSxTJStXpdgvOPCWhJA; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 16:36:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Plate not found\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"3e572276-033d-46f8-88ba-3f0213f600fa","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU5EazVOREE0TWl3aVpYaHdJam94TlRVME9UazNOamd5ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAudlJlX2NlczJwVmN6Qzl2Z2xQYlQ3ZzFEXzl3bXByZUk2UUk3TDRDanQ4eXF6UzlqOGJ1SFdJT3M3VjliN3VZOFc2WV9zUm1vbEZTOHVQNk10UWxKT3ciLCJleHAiOjE1NTUwODA0ODV9.S4_STfs78vhESP5R5dJfURDFvKqvxpzMPZBNv11xt1M"}],"url":{"raw":"{{domain}}/api/analyse/:immat","host":["{{domain}}"],"path":["api","analyse",":immat"],"variable":[{"key":"immat","value":"DG655EF"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3372"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjkOAjEQAMG_OGaluby2-QyaU5AuECH-Doi0VUG_2qWOvF_b-XE889Qut2jnFkNNY3KuZK2kgoGTAbV3NpiTSRZwB6shKkuXmDF2pz2lEKejSxfQnyyfrMQLlYlFjE2IvpU0CwI8Bu4cULkIK31mALVTe97z-M_4hNrN10ahuIkDbWaBW1qtQYO642jvD2t0OBE.XK9bRg.4teFtgNS4UQlT8delAKyWGktHTE; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Thu, 11 Apr 2019 15:20:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"brand\": \"CITROEN\",\n    \"budget\": 25587,\n    \"fueltype\": \"Diesel\",\n    \"gearbox\": \"Boîte manuelle\",\n    \"histogram\": \"[1.0969473363734514, 22.711334165277627, 53.745778873343795, 16.755220080800168, 4.040719676162794, 1.4217222065718298, 0.09488197384061269, 0.09247135946234158, 0.028607462351118704]\",\n    \"mileage\": 151918,\n    \"model_group\": \"C3 II\",\n    \"plate\": \"DG655EF\",\n    \"price\": 2392,\n    \"stock\": {\n        \"0\": {\n            \"brand\": \"AUDI\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"sequentielle\",\n            \"horsepower\": 240,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c243ad747c164f79c1206db549ff47e12e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 37000,\n            \"price\": \"29900.00\",\n            \"typname\": \"A5 Cabriolet V6 3.0 TDI 240 DPF\",\n            \"year_released\": \"2009\"\n        },\n        \"1\": {\n            \"brand\": \"MERCEDES\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"automatique\",\n            \"horsepower\": 143,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4cec4ee460729f2daade3e89438b42ca34e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 78000,\n            \"price\": \"14590.00\",\n            \"typname\": \"Classe CLC 180 K\",\n            \"year_released\": \"2010\"\n        },\n        \"2\": {\n            \"brand\": \"FIAT\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 95,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c1215dcc7e5d6f1ead2fd907044933e1ee223755d1376f932_2&bLayer=0\",\n            \"mileage\": 11000,\n            \"price\": \"11900.00\",\n            \"typname\": \"500L 1.4 16V 95 ch\",\n            \"year_released\": \"2013\"\n        },\n        \"3\": {\n            \"brand\": \"CITROEN\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"N/A\",\n            \"horsepower\": 151,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c6b275743995b7266cb4397d0e9c47eebe223755d1376f932_2&bLayer=0\",\n            \"mileage\": 76000,\n            \"price\": \"11900.00\",\n            \"typname\": \"C4 Picasso THP 150\",\n            \"year_released\": \"2009\"\n        },\n        \"4\": {\n            \"brand\": \"MINI\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 90,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c3d860e82f6408754ed71184b698b39c1e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 46000,\n            \"price\": \"10000.00\",\n            \"typname\": \"Mini Clubman D 90 ch\",\n            \"year_released\": \"2013\"\n        },\n        \"5\": {\n            \"brand\": \"SUZUKI\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 94,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c532b346cd5fff8db811769cdee025452e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 45000,\n            \"price\": \"9900.00\",\n            \"typname\": \"Swift 1.2 VVT\",\n            \"year_released\": \"2012\"\n        }\n    },\n    \"year_released\": \"2013-03-15\"\n}"}],"_postman_id":"9cb19ed0-f6c4-4256-9fad-ccb26873afc4"}],"id":"8cf2caea-3f81-4187-97fe-37ff9e9ad236","event":[{"listen":"prerequest","script":{"id":"3c33b2d8-08f9-482e-8423-e1b6a0bb210c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4b522b3d-b884-41a1-9892-6fedbd3b5d88","type":"text/javascript","exec":[""]}}],"_postman_id":"8cf2caea-3f81-4187-97fe-37ff9e9ad236"},{"name":"Analyze","item":[{"name":"ANALYZE HISTORY","id":"55357b4c-848b-434f-ad83-c67882e55594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"","name":"Content-Type","type":"text","value":"","disabled":true},{"key":"Content-Type","value":"","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"author","type":"text","value":"all","disabled":true},{"key":"","type":"text","value":"","disabled":true}]},"url":{"raw":"{{domain}}/plate_history?author=all&has_appointments=true&mileage=10000","host":["{{domain}}"],"path":["plate_history"],"query":[{"key":"author","value":"all","description":"If true, return analyses from appointments only; default: false"},{"key":"has_appointments","value":"true"},{"key":"mileage","value":"10000"}]},"description":"# **List previously analyzed plates**\n\n\n\n## **GET**\n\n\n\n   |    Name\t\t\t \t| Type                          | Description                        \t\t\t\t\t\t\t| Value\t\t\t\t|Required\t|\t  \n   |------------------------|-------------------------------|---------------------------------------------------------------|-------------------|-----------|\n   | **author**\t\t\t\t| *`string/uuid`*           \t| Analyse author            \t        \t\t\t\t\t\t| `author id /all`\t|`true`\t\t|\n   | **has_appointments**\t| *`boolean`*\t          \t\t| Filter plates from appointments \t            \t        \t| default : `false`\t|`false`\t|\n   \n   \n\n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n**List of analyzed plate (JSON)**\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **a**\t\t\t\t\t\t|*`int`*           \t\t\t|\t\t\t            \t        \t\t\t\t\t\t\t|\n   | **author_firstname**\t\t|*`string`*           \t\t|Author firstname            \t        \t\t\t\t\t\t|\n   | **author_id**\t\t\t\t|*`uuid`*           \t\t|Author id\t            \t        \t\t\t\t\t\t\t|\n   | **author_image**\t\t\t|*`string`*           \t\t|Author image            \t        \t\t\t\t\t\t\t|\n   | **author_name**\t\t\t|*`string`*           \t\t|Author name            \t        \t\t\t\t\t\t\t|\n   | **brand**\t\t\t\t\t|*`string`*           \t\t|Vehicle Brand            \t        \t\t\t\t\t\t\t|\n   | **color**\t\t\t\t\t|*`string`*           \t\t|Vehicle Color            \t        \t\t\t\t\t\t\t|\n   | **customer_firstname**\t\t|*`string`*\t\t\t\t\t|                                                               |\n   | **customer_id**\t\t\t|*`string`*\t\t\t\t\t|                                                               |\n   | **customer_lastname**\t\t|*`string`*\t\t\t\t\t|                                                               |\n   | **customer_meeting_date**\t|*`string`*\t\t\t\t\t|                                                               |\n   | **created_at**\t\t\t\t|*`datetime`*           \t|Analyze creation date             \t        \t\t\t\t\t|\n   | **damage_estimation**\t\t|*`string`*           \t\t|Damage estimation           \t        \t\t\t\t\t\t|\n   | **fueltype**\t\t\t\t|*`string`*           \t\t|Fuel type            \t        \t\t\t\t\t\t\t\t|\n   | **gearbox**\t\t\t\t|*`string`*           \t\t|Gear box            \t        \t\t\t\t\t\t\t\t|\n   | **analyze_id**\t\t\t\t|*`string`*           \t\t|Analyze id\t            \t        \t\t\t\t\t\t\t|\n   | **appointment_id**\t\t\t|*`string`*           \t\t|Appointment id            \t        \t\t\t\t\t\t\t|\n   | **image**\t\t\t\t\t|*`string`*           \t\t|Vehicle Picture Url \t            \t        \t\t\t\t|\n   | **mileage**\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   | **model**\t\t\t\t\t|*`string`*           \t\t|Car model\t            \t        \t\t\t\t\t\t\t|\n   | **model_group**\t\t\t|*`string`*           \t\t|Car model group name\t\t            \t        \t\t\t|\n   | **plate**\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   | **scale**\t\t\t\t\t|*`float`*           \t\t|\t\t\t\t            \t        \t\t\t\t\t\t|\n   | **status**\t\t\t\t\t|*`int`*\t           \t\t|0 - Nouveau; 1 - Suivi 2 - Archivé \t\t\t\t            |\n   | **updated_at**\t\t\t\t|*`datetime`*           \t|Analyze update date             \t        \t\t\t\t\t|\n   | **year_released**\t\t\t|*`string`*           \t\t|Year realesed            \t        \t\t\t\t\t\t\t|\n\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"0fc51269-c09e-45ca-8c5e-d28d8e9c4ef8","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"","name":"Content-Type","type":"text","value":"","disabled":true},{"key":"Content-Type","value":"","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"author","type":"text","value":"all","disabled":true},{"key":"","type":"text","value":"","disabled":true}]},"url":{"raw":"{{domain}}/plate_history?author=all&has_appointments=true&mileage=10000","host":["{{domain}}"],"path":["plate_history"],"query":[{"key":"author","value":"all","description":"If true, return analyses from appointments only; default: false"},{"key":"has_appointments","value":"true"},{"key":"mileage","value":"10000"}]},"description":"# **List previously analyzed plates**\n\n\n\n## **GET**\n\n\n\n   |    Name\t\t\t \t| Type                          | Description                        \t\t\t\t\t\t\t| Value\t\t\t\t|Required\t|\t  \n   |------------------------|-------------------------------|---------------------------------------------------------------|-------------------|-----------|\n   | **author**\t\t\t\t| *`string/uuid`*           \t| Analyse author            \t        \t\t\t\t\t\t| `author id /all`\t|`true`\t\t|\n   | **has_appointments**\t| *`boolean`*\t          \t\t| Filter plates from appointments \t            \t        \t| default : `false`\t|`false`\t|\n   \n   \n\n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n**List of analyzed plate (JSON)**\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **a**\t\t\t\t\t\t|*`int`*           \t\t\t|\t\t\t            \t        \t\t\t\t\t\t\t|\n   | **author_firstname**\t\t|*`string`*           \t\t|Author firstname            \t        \t\t\t\t\t\t|\n   | **author_id**\t\t\t\t|*`uuid`*           \t\t|Author id\t            \t        \t\t\t\t\t\t\t|\n   | **author_image**\t\t\t|*`string`*           \t\t|Author image            \t        \t\t\t\t\t\t\t|\n   | **author_name**\t\t\t|*`string`*           \t\t|Author name            \t        \t\t\t\t\t\t\t|\n   | **brand**\t\t\t\t\t|*`string`*           \t\t|Vehicle Brand            \t        \t\t\t\t\t\t\t|\n   | **color**\t\t\t\t\t|*`string`*           \t\t|Vehicle Color            \t        \t\t\t\t\t\t\t|\n   | **customer_firstname**\t\t|*`string`*\t\t\t\t\t|                                                               |\n   | **customer_id**\t\t\t|*`string`*\t\t\t\t\t|                                                               |\n   | **customer_lastname**\t\t|*`string`*\t\t\t\t\t|                                                               |\n   | **customer_meeting_date**\t|*`string`*\t\t\t\t\t|                                                               |\n   | **created_at**\t\t\t\t|*`datetime`*           \t|Analyze creation date             \t        \t\t\t\t\t|\n   | **damage_estimation**\t\t|*`string`*           \t\t|Damage estimation           \t        \t\t\t\t\t\t|\n   | **fueltype**\t\t\t\t|*`string`*           \t\t|Fuel type            \t        \t\t\t\t\t\t\t\t|\n   | **gearbox**\t\t\t\t|*`string`*           \t\t|Gear box            \t        \t\t\t\t\t\t\t\t|\n   | **analyze_id**\t\t\t\t|*`string`*           \t\t|Analyze id\t            \t        \t\t\t\t\t\t\t|\n   | **appointment_id**\t\t\t|*`string`*           \t\t|Appointment id            \t        \t\t\t\t\t\t\t|\n   | **image**\t\t\t\t\t|*`string`*           \t\t|Vehicle Picture Url \t            \t        \t\t\t\t|\n   | **mileage**\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   | **model**\t\t\t\t\t|*`string`*           \t\t|Car model\t            \t        \t\t\t\t\t\t\t|\n   | **model_group**\t\t\t|*`string`*           \t\t|Car model group name\t\t            \t        \t\t\t|\n   | **plate**\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   | **scale**\t\t\t\t\t|*`float`*           \t\t|\t\t\t\t            \t        \t\t\t\t\t\t|\n   | **status**\t\t\t\t\t|*`int`*\t           \t\t|0 - Nouveau; 1 - Suivi 2 - Archivé \t\t\t\t            |\n   | **updated_at**\t\t\t\t|*`datetime`*           \t|Analyze update date             \t        \t\t\t\t\t|\n   | **year_released**\t\t\t|*`string`*           \t\t|Year realesed            \t        \t\t\t\t\t\t\t|\n\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"134"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljkkKAkEQBP_S5xmorTc_I9W1oNdRT-LfHfGUEAREvss1j3jcyuV5vGIr17uXS_GuS31wzGDNoISOgwG1Vl4wBpNM4Aoru6hMnbIWYzVqIYk4DE2qgP7MtMFKPFGZWGTxEqKTkkaCg3nHxg4ZkzDDRjhQ2crrEcf_DHiDM7N2UIldes59tux7tXYOmqNp-XwBXdg38A.XRNDhQ.9YKaFQUZiW3_NaQplq6325UbFzE; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Wed, 26 Jun 2019 10:05:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"author\": [\n            \"Aucun auteur d'analyse n'a été trouvé\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"},{"id":"96ea603a-0de1-4ce0-9445-87dd787e486f","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"","name":"Content-Type","type":"text","value":"","disabled":true},{"key":"Content-Type","value":"","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"author","type":"text","value":"all","disabled":true},{"key":"","type":"text","value":"","disabled":true}]},"url":{"raw":"{{domain}}/plate_history?author=all&has_appointments=true&mileage=10000","host":["{{domain}}"],"path":["plate_history"],"query":[{"key":"author","value":"all","description":"If true, return analyses from appointments only; default: false"},{"key":"has_appointments","value":"true"},{"key":"mileage","value":"10000"}]},"description":"# **List previously analyzed plates**\n\n\n\n## **GET**\n\n\n\n   |    Name\t\t\t \t| Type                          | Description                        \t\t\t\t\t\t\t| Value\t\t\t\t|Required\t|\t  \n   |------------------------|-------------------------------|---------------------------------------------------------------|-------------------|-----------|\n   | **author**\t\t\t\t| *`string/uuid`*           \t| Analyse author            \t        \t\t\t\t\t\t| `author id /all`\t|`true`\t\t|\n   | **has_appointments**\t| *`boolean`*\t          \t\t| Filter plates from appointments \t            \t        \t| default : `false`\t|`false`\t|\n   \n   \n\n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n**List of analyzed plate (JSON)**\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **a**\t\t\t\t\t\t|*`int`*           \t\t\t|\t\t\t            \t        \t\t\t\t\t\t\t|\n   | **author_firstname**\t\t|*`string`*           \t\t|Author firstname            \t        \t\t\t\t\t\t|\n   | **author_id**\t\t\t\t|*`uuid`*           \t\t|Author id\t            \t        \t\t\t\t\t\t\t|\n   | **author_image**\t\t\t|*`string`*           \t\t|Author image            \t        \t\t\t\t\t\t\t|\n   | **author_name**\t\t\t|*`string`*           \t\t|Author name            \t        \t\t\t\t\t\t\t|\n   | **brand**\t\t\t\t\t|*`string`*           \t\t|Vehicle Brand            \t        \t\t\t\t\t\t\t|\n   | **color**\t\t\t\t\t|*`string`*           \t\t|Vehicle Color            \t        \t\t\t\t\t\t\t|\n   | **customer_firstname**\t\t|*`string`*\t\t\t\t\t|                                                               |\n   | **customer_id**\t\t\t|*`string`*\t\t\t\t\t|                                                               |\n   | **customer_lastname**\t\t|*`string`*\t\t\t\t\t|                                                               |\n   | **customer_meeting_date**\t|*`string`*\t\t\t\t\t|                                                               |\n   | **created_at**\t\t\t\t|*`datetime`*           \t|Analyze creation date             \t        \t\t\t\t\t|\n   | **damage_estimation**\t\t|*`string`*           \t\t|Damage estimation           \t        \t\t\t\t\t\t|\n   | **fueltype**\t\t\t\t|*`string`*           \t\t|Fuel type            \t        \t\t\t\t\t\t\t\t|\n   | **gearbox**\t\t\t\t|*`string`*           \t\t|Gear box            \t        \t\t\t\t\t\t\t\t|\n   | **analyze_id**\t\t\t\t|*`string`*           \t\t|Analyze id\t            \t        \t\t\t\t\t\t\t|\n   | **appointment_id**\t\t\t|*`string`*           \t\t|Appointment id            \t        \t\t\t\t\t\t\t|\n   | **image**\t\t\t\t\t|*`string`*           \t\t|Vehicle Picture Url \t            \t        \t\t\t\t|\n   | **mileage**\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   | **model**\t\t\t\t\t|*`string`*           \t\t|Car model\t            \t        \t\t\t\t\t\t\t|\n   | **model_group**\t\t\t|*`string`*           \t\t|Car model group name\t\t            \t        \t\t\t|\n   | **plate**\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   | **scale**\t\t\t\t\t|*`float`*           \t\t|\t\t\t\t            \t        \t\t\t\t\t\t|\n   | **status**\t\t\t\t\t|*`int`*\t           \t\t|0 - Nouveau; 1 - Suivi 2 - Archivé \t\t\t\t            |\n   | **updated_at**\t\t\t\t|*`datetime`*           \t|Analyze update date             \t        \t\t\t\t\t|\n   | **year_released**\t\t\t|*`string`*           \t\t|Year realesed            \t        \t\t\t\t\t\t\t|\n\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"571"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XPqEpA.atE64RJO-mZOOj_Lup989lGfKGQ; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 07 Jun 2019 15:37:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"0\": {\n        \"analyze_date\": \"2019-06-06T15:52:16\",\n        \"author_firstname\": \"Jean\",\n        \"author_id\": \"41351074-9934-470e-9cb7-0adcaad57b28\",\n        \"author_image\": \"default.jpg\",\n        \"author_name\": \"Doe\",\n        \"brand\": \"PEUGEOT\",\n        \"damage_estimation\": \"609\",\n        \"fueltype\": \"Essence sans plomb\",\n        \"gearbox\": \"Boîte manuelle\",\n        \"id\": \"b95d79c5-a506-477f-8345-fa78cce46a2d\",\n        \"mileage\": 45344,\n        \"model_group\": \"2008\",\n        \"plate\": \"DY 510 FX\",\n        \"typname\": \"2008 1.2 PureTech 110ch S&S BVM5\",\n        \"year_released\": \"2015-12-17T00:00:00\"\n    }\n}"}],"_postman_id":"55357b4c-848b-434f-ad83-c67882e55594"},{"name":"READ ANALYZE PLATE","id":"b788c534-797a-47f5-a962-1cae473ca734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"plate_id","type":"text","value":"04e26afc-974d-4b0b-8e0a-081e6c2dcf5e","disabled":true}]},"url":{"raw":"{{domain}}/api/analyze/READ/:immat","host":["{{domain}}"],"path":["api","analyze","READ",":immat"],"variable":[{"key":"immat","value":"FB364PY","type":"string"}]},"description":"# **Returns vehicule information and predictions associated to a plate**\n\n\n## **POST**\n\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\t  \n   |--------------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | **plate_id**\t\t|*`string`*           \t\t\t|Analyze idententifacator\t\t            \t        \t\t|`false`\t|\t\t\t\n   \n   \n   \n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Value\t\t\t\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------------------|-------------------|\n   | **action**\t\t|*`string`*           \t\t\t|Plate operation operation\t\t            \t        \t\t|`read/create`\t\t|\n   | **immat**\t\t|*`string`*           \t\t\t|Valide old/new plate format            \t        \t\t\t|\t\t\t\t\t|\n   \n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Analyze plate informations ( JSON )**\n\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **approx_curve_parameters**|*`JSON`*           \t\t|Value for budget histogram\t\t            \t        \t\t|\n   |a\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |loc\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |scale\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **brand**\t\t\t\t\t|*`string`*           \t\t|Brand\t\t            \t        \t\t\t\t\t\t\t|\n   | **budget**\t\t\t\t\t|*`int`*           \t\t\t|Client estimate budget\t\t            \t        \t\t\t|\n   | **damage_estimation**\t\t|*`string`*           \t\t|Damage estimation           \t        \t\t\t\t\t\t|\n   | **finishes**\t\t\t\t|*`Array/JSON`*           \t|Array of JSON values containing different car finishes\t\t    |\n   |accel_0_100\t\t\t\t\t|*`string`*\t\t\t\t\t|Car acceleration 0 to 100 (km/h)\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |catalog_price\t\t\t\t|*`string`*\t\t\t\t\t|Catalogue car price\t\t\t\t\t\t\t\t\t\t\t|\n   |co2_emissions\t\t\t\t|*`int`*\t\t\t\t\t|CO2 emission 103 (g/km)\t\t\t\t\t\t\t\t\t\t|\n   |combined_consumption\t\t|*`string`*\t\t\t\t\t|Consommation urbaine et extra urbaine\t\t\t\t\t\t\t|\n   |finish\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Finish\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |height\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Height\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |id_autovista\t\t\t\t|*`int`*\t\t\t\t\t|Autovista id\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |model_group\t\t\t\t\t|*`int`*\t\t\t\t\t|Car model group name\t\t\t\t\t\t\t\t\t\t\t|\n   |typdoor\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Doors number\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |width\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Width\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_bought\t\t\t\t\t|*`string`*\t\t\t\t\t|Year bought \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **fueltype**\t\t\t\t|*`string`*           \t\t|Fuel type            \t        \t\t\t\t\t\t\t\t|\n   | **gearbox**\t\t\t\t|*`string`*           \t\t|Gear box            \t        \t\t\t\t\t\t\t\t|\n   | **analyze_id**\t\t\t\t|*`string`*           \t\t|Analyze identifier\t            \t        \t\t\t\t\t|\n   | **appointment_id**\t\t\t|*`string`*           \t\t|Appointment id            \t        \t\t\t\t\t\t\t|\n   | **customer_id**\t\t\t|*`string`*           \t\t|Customer id            \t        \t\t\t\t\t\t\t|\n   | **length**\t\t\t\t\t|*`int`*           \t\t\t|Car length\t            \t        \t\t\t\t\t\t\t|\n   | **mileage**\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   | **mileage_per_year**\t\t|*`int`*           \t\t\t|Mileage per year estimation\t\t\t\t\t\t\t\t\t|\n   | **model_group**\t\t\t|*`string`*           \t\t|Car model group name\t\t            \t        \t\t\t|\n   | **plate**\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   | **price**\t\t\t\t\t|*`string`*           \t\t|Vehicule price estimation            \t        \t\t\t\t|\n   | **saved**\t\t\t\t\t|*`bool`*           \t\t|Save state\t            \t        \t\t\t\t\t\t\t|\n   | **stock**\t\t\t\t\t|*`JSON`*           \t\t|Stock available for this analyse\t\t            \t        |\n   |**discount**\t\t\t\t|*`object`*\t\t\t\t\t|Local and national discount informations belonging to stock car|\n   |**local**\t\t\t\t\t|*`object`*\t\t\t\t\t|Local discount informations \t\t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |**national**\t\t\t\t|*`object`*\t\t\t\t\t|National discount informations \t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |image\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Car image\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |immatriculation\t\t\t\t|*`string`*\t\t\t\t\t|Plate registration\t\t\t\t\t\t\t\t\t\t\t\t|\n   |is_in_length_range\t\t\t|*`bool`*\t\t\t\t\t|Check if car length is in given range\t\t\t\t\t\t\t|\n   |is_lower_mileage\t\t\t|*`bool`*\t\t\t\t\t|Check if car mileage is lower of a given mileage\t\t\t\t|\n   |is_newer_version\t\t\t|*`bool`*\t\t\t\t\t|Check if is newer of a given date \t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |mileage\t\t\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   |model_name\t\t\t\t\t|*`string`*\t\t\t\t\t|Model name\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |price\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Price\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **typname**\t\t\t\t|*`string`*           \t\t|Specific type of a car model            \t        \t\t\t|\n   | **year_bought**\t\t\t|*`string`*           \t\t|Year bought            \t        \t\t\t\t\t\t\t|\n   | **year_released**\t\t\t|*`string`*           \t\t|Year realesed            \t        \t\t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **message**\t|*`string`*           \t\t\t|Search state\t\t\t\t\t\t|`Plate not found` \t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"1cefec4b-1a9e-4e6f-943b-e8e9c239d4a3","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU9Ua3hPVGM0TWl3aVpYaHdJam94TlRVNU9USXpNemd5ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuUmkzaXoweEpDMnBzaTYzS0xxbDRsdXlueFhvcUhmdFJXTWNFRXAzUzQ2Q2Y5blZGUTllYjZXT3Y0RWs1Nno2aFRReHFYZU5DUTkzT2lJNGN0Tld6bnciLCJleHAiOjE1NjA4NjI2ODZ9.KSqhhGNhCwtTdZk5sgmR4kywFniHKHiPzEezDqo6YWs"}],"body":{"mode":"formdata","formdata":[{"key":"km","type":"text","value":"","disabled":true},{"key":"id_autovista","type":"text","value":"","disabled":true}]},"url":{"raw":"{{domain}}/api/analyse/:action/:immat","host":["{{domain}}"],"path":["api","analyse",":action",":immat"],"variable":[{"key":"action","type":"string","value":"CREATE"},{"key":"immat","type":"string","value":"DY510FXX"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQfBkA.zNgOnJjAdSxTJStXpdgvOPCWhJA; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 16:36:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Plate not found\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"acc42768-0085-4772-9120-57e3db4b9ef2","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU5EazVOREE0TWl3aVpYaHdJam94TlRVME9UazNOamd5ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAudlJlX2NlczJwVmN6Qzl2Z2xQYlQ3ZzFEXzl3bXByZUk2UUk3TDRDanQ4eXF6UzlqOGJ1SFdJT3M3VjliN3VZOFc2WV9zUm1vbEZTOHVQNk10UWxKT3ciLCJleHAiOjE1NTUwODA0ODV9.S4_STfs78vhESP5R5dJfURDFvKqvxpzMPZBNv11xt1M"}],"url":{"raw":"{{domain}}/api/analyse/:immat","host":["{{domain}}"],"path":["api","analyse",":immat"],"variable":[{"key":"immat","value":"DG655EF"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3372"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjkOAjEQAMG_OGaluby2-QyaU5AuECH-Doi0VUG_2qWOvF_b-XE889Qut2jnFkNNY3KuZK2kgoGTAbV3NpiTSRZwB6shKkuXmDF2pz2lEKejSxfQnyyfrMQLlYlFjE2IvpU0CwI8Bu4cULkIK31mALVTe97z-M_4hNrN10ahuIkDbWaBW1qtQYO642jvD2t0OBE.XK9bRg.4teFtgNS4UQlT8delAKyWGktHTE; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Thu, 11 Apr 2019 15:20:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"brand\": \"CITROEN\",\n    \"budget\": 25587,\n    \"fueltype\": \"Diesel\",\n    \"gearbox\": \"Boîte manuelle\",\n    \"histogram\": \"[1.0969473363734514, 22.711334165277627, 53.745778873343795, 16.755220080800168, 4.040719676162794, 1.4217222065718298, 0.09488197384061269, 0.09247135946234158, 0.028607462351118704]\",\n    \"mileage\": 151918,\n    \"model_group\": \"C3 II\",\n    \"plate\": \"DG655EF\",\n    \"price\": 2392,\n    \"stock\": {\n        \"0\": {\n            \"brand\": \"AUDI\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"sequentielle\",\n            \"horsepower\": 240,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c243ad747c164f79c1206db549ff47e12e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 37000,\n            \"price\": \"29900.00\",\n            \"typname\": \"A5 Cabriolet V6 3.0 TDI 240 DPF\",\n            \"year_released\": \"2009\"\n        },\n        \"1\": {\n            \"brand\": \"MERCEDES\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"automatique\",\n            \"horsepower\": 143,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4cec4ee460729f2daade3e89438b42ca34e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 78000,\n            \"price\": \"14590.00\",\n            \"typname\": \"Classe CLC 180 K\",\n            \"year_released\": \"2010\"\n        },\n        \"2\": {\n            \"brand\": \"FIAT\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 95,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c1215dcc7e5d6f1ead2fd907044933e1ee223755d1376f932_2&bLayer=0\",\n            \"mileage\": 11000,\n            \"price\": \"11900.00\",\n            \"typname\": \"500L 1.4 16V 95 ch\",\n            \"year_released\": \"2013\"\n        },\n        \"3\": {\n            \"brand\": \"CITROEN\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"N/A\",\n            \"horsepower\": 151,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c6b275743995b7266cb4397d0e9c47eebe223755d1376f932_2&bLayer=0\",\n            \"mileage\": 76000,\n            \"price\": \"11900.00\",\n            \"typname\": \"C4 Picasso THP 150\",\n            \"year_released\": \"2009\"\n        },\n        \"4\": {\n            \"brand\": \"MINI\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 90,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c3d860e82f6408754ed71184b698b39c1e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 46000,\n            \"price\": \"10000.00\",\n            \"typname\": \"Mini Clubman D 90 ch\",\n            \"year_released\": \"2013\"\n        },\n        \"5\": {\n            \"brand\": \"SUZUKI\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 94,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c532b346cd5fff8db811769cdee025452e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 45000,\n            \"price\": \"9900.00\",\n            \"typname\": \"Swift 1.2 VVT\",\n            \"year_released\": \"2012\"\n        }\n    },\n    \"year_released\": \"2013-03-15\"\n}"}],"_postman_id":"b788c534-797a-47f5-a962-1cae473ca734"},{"name":"UPDATE ANALYZE PLATE","id":"28452a95-6115-4142-b5c7-d4c33f132d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"id_autovista","type":"text","value":"178466"},{"key":"km_estimate","type":"text","value":"2000"}]},"url":{"raw":"{{domain}}/api/analyze/UPDATE/:plate_id","host":["{{domain}}"],"path":["api","analyze","UPDATE",":plate_id"],"variable":[{"key":"plate_id","value":"52268653-a042-4d2f-943c-0bdde798b402","type":"string"}]},"description":"# **Returns vehicule information and predictions associated to a plate**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | **immat**\t\t|*`string`*           \t\t\t|Valide old/new plate format            \t        \t\t\t|`true`\t\t|\n   \n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\n   |------------------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | **id_autovista**\t\t|*`string`*           \t\t\t|Autovista identificator for car finition            \t        |`true`\t\t|\n   | **km_estimate**\t\t|*`string`*           \t\t\t|Km estimation            \t        \t\t\t\t\t\t\t|`true`\t\t|\n   \n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Analyze plate informations ( JSON )**\n\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **approx_curve_parameters**|*`JSON`*           \t\t|Value for budget histogram\t\t            \t        \t\t|\n   |a\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |loc\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |scale\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **brand**\t\t\t\t\t|*`string`*           \t\t|Brand\t\t            \t        \t\t\t\t\t\t\t|\n   | **budget**\t\t\t\t\t|*`int`*           \t\t\t|Client estimate budget\t\t            \t        \t\t\t|\n   | **damage_estimation**\t\t|*`string`*           \t\t|Damage estimation           \t        \t\t\t\t\t\t|\n   | **finishes**\t\t\t\t|*`Array/JSON`*           \t|Array of JSON values containing different car finishes\t\t    |\n   |accel_0_100\t\t\t\t\t|*`string`*\t\t\t\t\t|Car acceleration 0 to 100 (km/h)\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |catalog_price\t\t\t\t|*`string`*\t\t\t\t\t|Catalogue car price\t\t\t\t\t\t\t\t\t\t\t|\n   |co2_emissions\t\t\t\t|*`int`*\t\t\t\t\t|CO2 emission 103 (g/km)\t\t\t\t\t\t\t\t\t\t|\n   |combined_consumption\t\t|*`string`*\t\t\t\t\t|Consommation urbaine et extra urbaine\t\t\t\t\t\t\t|\n   |finish\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Finish\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |height\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Height\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |id_autovista\t\t\t\t|*`int`*\t\t\t\t\t|Autovista id\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |model_group\t\t\t\t\t|*`int`*\t\t\t\t\t|Car model group name\t\t\t\t\t\t\t\t\t\t\t|\n   |typdoor\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Doors number\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |width\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Width\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_bought\t\t\t\t\t|*`string`*\t\t\t\t\t|Year bought \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **fueltype**\t\t\t\t|*`string`*           \t\t|Fuel type            \t        \t\t\t\t\t\t\t\t|\n   | **gearbox**\t\t\t\t|*`string`*           \t\t|Gear box            \t        \t\t\t\t\t\t\t\t|\n   | **analyze_id**\t\t\t\t|*`string`*           \t\t|Analyze identifier\t            \t        \t\t\t\t\t|\n   | **customer_id**\t\t\t|*`string`*           \t\t|Customer id            \t        \t\t\t\t\t\t\t|\n   | **is_sold_in_the_year**\t|*`bool`*\t\t\t\t\t|Predict if the cars will be sale this year\t\t\t\t\t\t|\n   | **length**\t\t\t\t\t|*`int`*           \t\t\t|Car length\t            \t        \t\t\t\t\t\t\t|\n   | **mileage**\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   | **mileage_per_year**\t\t|*`int`*           \t\t\t|Mileage per year estimation\t\t\t\t\t\t\t\t\t|\n   | **model_group**\t\t\t|*`string`*           \t\t|Car model group name\t\t            \t        \t\t\t|\n   | **plate**\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   | **price**\t\t\t\t\t|*`string`*           \t\t|Vehicule price estimation            \t        \t\t\t\t|\n   | **saved**\t\t\t\t\t|*`bool`*           \t\t|Save state\t            \t        \t\t\t\t\t\t\t|\n   | **stock**\t\t\t\t\t|*`JSON`*           \t\t|Stock available for this analyse\t\t            \t        |\n   |**discount**\t\t\t\t|*`object`*\t\t\t\t\t|Local and national discount informations belonging to stock car|\n   |**local**\t\t\t\t\t|*`object`*\t\t\t\t\t|Local discount informations \t\t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |**national**\t\t\t\t|*`object`*\t\t\t\t\t|National discount informations \t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |image\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Car image\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |immatriculation\t\t\t\t|*`string`*\t\t\t\t\t|Plate registration\t\t\t\t\t\t\t\t\t\t\t\t|\n   |is_in_length_range\t\t\t|*`bool`*\t\t\t\t\t|Check if car length is in given range\t\t\t\t\t\t\t|\n   |is_lower_mileage\t\t\t|*`bool`*\t\t\t\t\t|Check if car mileage is lower of a given mileage\t\t\t\t|\n   |is_newer_version\t\t\t|*`bool`*\t\t\t\t\t|Check if is newer of a given date \t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |mileage\t\t\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   |model_name\t\t\t\t\t|*`string`*\t\t\t\t\t|Model name\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |price\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Price\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **typname**\t\t\t\t|*`string`*           \t\t|Specific type of a car model            \t        \t\t\t|\n   | **year_bought**\t\t\t|*`string`*           \t\t|Year bought            \t        \t\t\t\t\t\t\t|\n   | **year_released**\t\t\t|*`string`*           \t\t|Year realesed            \t        \t\t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t\t\t\t\t\t\t|Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t        \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | plate_id\t\t|*`array`*\t\t\t\t\t\t|Error relative to plate identificator\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Plate id not recognize\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`La plaque à modifier n'a pas été trouvée`\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | id_autovista\t|*`array`*\t\t\t\t\t\t|Error relatif to autovista identificator\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Missing id autovista\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Veuillez entrer une id autovista correspondant à la finition du véhicule`\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Id autovista not recognize or not recognize has possible car finishe\t\t\t\t\t|`Veuillez entrer une finition correspondante au véhicule`\t\t\t\t\t\t\t\t\t\t|\n   | km_estimate\t|*`array`*\t\t\t\t\t\t|Error relatif to km estimation\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Missing km estimation\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Veuillez entrer une estimation du kilométrage du véhicule`\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Bad km type \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Le kilométrage du véhicule doit être un nombre entier`\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Bad km length \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Le kilométrage du véhicule ne peut dépasser les 999 999`\t\t\t\t\t\t\t\t\t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`false`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"response":[{"id":"86d5dedf-39a0-4cf7-bb3b-cc5c469ab23c","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"id_autovista","type":"text","value":"178466"},{"key":"km_estimate","type":"text","value":"2000"}]},"url":{"raw":"{{domain}}/api/analyze/UPDATE/:plate_id","host":["{{domain}}"],"path":["api","analyze","UPDATE",":plate_id"],"variable":[{"key":"plate_id","value":"52268653-a042-4d2f-943c-0bdde798b402","type":"string"}]},"description":"# **Returns vehicule information and predictions associated to a plate**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | **immat**\t\t|*`string`*           \t\t\t|Valide old/new plate format            \t        \t\t\t|`true`\t\t|\n   \n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\n   |------------------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | **id_autovista**\t\t|*`string`*           \t\t\t|Autovista identificator for car finition            \t        |`true`\t\t|\n   | **km_estimate**\t\t|*`string`*           \t\t\t|Km estimation            \t        \t\t\t\t\t\t\t|`true`\t\t|\n   \n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Analyze plate informations ( JSON )**\n\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **approx_curve_parameters**|*`JSON`*           \t\t|Value for budget histogram\t\t            \t        \t\t|\n   |a\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |loc\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |scale\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **brand**\t\t\t\t\t|*`string`*           \t\t|Brand\t\t            \t        \t\t\t\t\t\t\t|\n   | **budget**\t\t\t\t\t|*`int`*           \t\t\t|Client estimate budget\t\t            \t        \t\t\t|\n   | **damage_estimation**\t\t|*`string`*           \t\t|Damage estimation           \t        \t\t\t\t\t\t|\n   | **finishes**\t\t\t\t|*`Array/JSON`*           \t|Array of JSON values containing different car finishes\t\t    |\n   |accel_0_100\t\t\t\t\t|*`string`*\t\t\t\t\t|Car acceleration 0 to 100 (km/h)\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |catalog_price\t\t\t\t|*`string`*\t\t\t\t\t|Catalogue car price\t\t\t\t\t\t\t\t\t\t\t|\n   |co2_emissions\t\t\t\t|*`int`*\t\t\t\t\t|CO2 emission 103 (g/km)\t\t\t\t\t\t\t\t\t\t|\n   |combined_consumption\t\t|*`string`*\t\t\t\t\t|Consommation urbaine et extra urbaine\t\t\t\t\t\t\t|\n   |finish\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Finish\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |height\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Height\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |id_autovista\t\t\t\t|*`int`*\t\t\t\t\t|Autovista id\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |model_group\t\t\t\t\t|*`int`*\t\t\t\t\t|Car model group name\t\t\t\t\t\t\t\t\t\t\t|\n   |typdoor\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Doors number\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |width\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Width\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_bought\t\t\t\t\t|*`string`*\t\t\t\t\t|Year bought \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **fueltype**\t\t\t\t|*`string`*           \t\t|Fuel type            \t        \t\t\t\t\t\t\t\t|\n   | **gearbox**\t\t\t\t|*`string`*           \t\t|Gear box            \t        \t\t\t\t\t\t\t\t|\n   | **analyze_id**\t\t\t\t|*`string`*           \t\t|Analyze identifier\t            \t        \t\t\t\t\t|\n   | **customer_id**\t\t\t|*`string`*           \t\t|Customer id            \t        \t\t\t\t\t\t\t|\n   | **is_sold_in_the_year**\t|*`bool`*\t\t\t\t\t|Predict if the cars will be sale this year\t\t\t\t\t\t|\n   | **length**\t\t\t\t\t|*`int`*           \t\t\t|Car length\t            \t        \t\t\t\t\t\t\t|\n   | **mileage**\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   | **mileage_per_year**\t\t|*`int`*           \t\t\t|Mileage per year estimation\t\t\t\t\t\t\t\t\t|\n   | **model_group**\t\t\t|*`string`*           \t\t|Car model group name\t\t            \t        \t\t\t|\n   | **plate**\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   | **price**\t\t\t\t\t|*`string`*           \t\t|Vehicule price estimation            \t        \t\t\t\t|\n   | **saved**\t\t\t\t\t|*`bool`*           \t\t|Save state\t            \t        \t\t\t\t\t\t\t|\n   | **stock**\t\t\t\t\t|*`JSON`*           \t\t|Stock available for this analyse\t\t            \t        |\n   |**discount**\t\t\t\t|*`object`*\t\t\t\t\t|Local and national discount informations belonging to stock car|\n   |**local**\t\t\t\t\t|*`object`*\t\t\t\t\t|Local discount informations \t\t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |**national**\t\t\t\t|*`object`*\t\t\t\t\t|National discount informations \t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |image\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Car image\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |immatriculation\t\t\t\t|*`string`*\t\t\t\t\t|Plate registration\t\t\t\t\t\t\t\t\t\t\t\t|\n   |is_in_length_range\t\t\t|*`bool`*\t\t\t\t\t|Check if car length is in given range\t\t\t\t\t\t\t|\n   |is_lower_mileage\t\t\t|*`bool`*\t\t\t\t\t|Check if car mileage is lower of a given mileage\t\t\t\t|\n   |is_newer_version\t\t\t|*`bool`*\t\t\t\t\t|Check if is newer of a given date \t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |mileage\t\t\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   |model_name\t\t\t\t\t|*`string`*\t\t\t\t\t|Model name\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |price\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Price\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **typname**\t\t\t\t|*`string`*           \t\t|Specific type of a car model            \t        \t\t\t|\n   | **year_bought**\t\t\t|*`string`*           \t\t|Year bought            \t        \t\t\t\t\t\t\t|\n   | **year_released**\t\t\t|*`string`*           \t\t|Year realesed            \t        \t\t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t\t\t\t\t\t\t|Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t        \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | plate_id\t\t|*`array`*\t\t\t\t\t\t|Error relative to plate identificator\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Plate id not recognize\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`La plaque à modifier n'a pas été trouvée`\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | id_autovista\t|*`array`*\t\t\t\t\t\t|Error relatif to autovista identificator\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Missing id autovista\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Veuillez entrer une id autovista correspondant à la finition du véhicule`\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Id autovista not recognize or not recognize has possible car finishe\t\t\t\t\t|`Veuillez entrer une finition correspondante au véhicule`\t\t\t\t\t\t\t\t\t\t|\n   | km_estimate\t|*`array`*\t\t\t\t\t\t|Error relatif to km estimation\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Missing km estimation\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Veuillez entrer une estimation du kilométrage du véhicule`\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Bad km type \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Le kilométrage du véhicule doit être un nombre entier`\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Bad km length \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Le kilométrage du véhicule ne peut dépasser les 999 999`\t\t\t\t\t\t\t\t\t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`false`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQfBkA.zNgOnJjAdSxTJStXpdgvOPCWhJA; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 16:36:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Plate not found\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"f64c467e-ded8-4dc0-85f0-efbd8039caae","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"id_autovista","type":"text","value":"178466"},{"key":"km_estimate","type":"text","value":"2000"}]},"url":{"raw":"{{domain}}/api/analyze/UPDATE/:plate_id","host":["{{domain}}"],"path":["api","analyze","UPDATE",":plate_id"],"variable":[{"key":"plate_id","value":"52268653-a042-4d2f-943c-0bdde798b402","type":"string"}]},"description":"# **Returns vehicule information and predictions associated to a plate**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | **immat**\t\t|*`string`*           \t\t\t|Valide old/new plate format            \t        \t\t\t|`true`\t\t|\n   \n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\n   |------------------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | **id_autovista**\t\t|*`string`*           \t\t\t|Autovista identificator for car finition            \t        |`true`\t\t|\n   | **km_estimate**\t\t|*`string`*           \t\t\t|Km estimation            \t        \t\t\t\t\t\t\t|`true`\t\t|\n   \n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Analyze plate informations ( JSON )**\n\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **approx_curve_parameters**|*`JSON`*           \t\t|Value for budget histogram\t\t            \t        \t\t|\n   |a\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |loc\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |scale\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **brand**\t\t\t\t\t|*`string`*           \t\t|Brand\t\t            \t        \t\t\t\t\t\t\t|\n   | **budget**\t\t\t\t\t|*`int`*           \t\t\t|Client estimate budget\t\t            \t        \t\t\t|\n   | **damage_estimation**\t\t|*`string`*           \t\t|Damage estimation           \t        \t\t\t\t\t\t|\n   | **finishes**\t\t\t\t|*`Array/JSON`*           \t|Array of JSON values containing different car finishes\t\t    |\n   |accel_0_100\t\t\t\t\t|*`string`*\t\t\t\t\t|Car acceleration 0 to 100 (km/h)\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |catalog_price\t\t\t\t|*`string`*\t\t\t\t\t|Catalogue car price\t\t\t\t\t\t\t\t\t\t\t|\n   |co2_emissions\t\t\t\t|*`int`*\t\t\t\t\t|CO2 emission 103 (g/km)\t\t\t\t\t\t\t\t\t\t|\n   |combined_consumption\t\t|*`string`*\t\t\t\t\t|Consommation urbaine et extra urbaine\t\t\t\t\t\t\t|\n   |finish\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Finish\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |height\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Height\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |id_autovista\t\t\t\t|*`int`*\t\t\t\t\t|Autovista id\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |model_group\t\t\t\t\t|*`int`*\t\t\t\t\t|Car model group name\t\t\t\t\t\t\t\t\t\t\t|\n   |typdoor\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Doors number\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |width\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Width\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_bought\t\t\t\t\t|*`string`*\t\t\t\t\t|Year bought \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **fueltype**\t\t\t\t|*`string`*           \t\t|Fuel type            \t        \t\t\t\t\t\t\t\t|\n   | **gearbox**\t\t\t\t|*`string`*           \t\t|Gear box            \t        \t\t\t\t\t\t\t\t|\n   | **analyze_id**\t\t\t\t|*`string`*           \t\t|Analyze identifier\t            \t        \t\t\t\t\t|\n   | **customer_id**\t\t\t|*`string`*           \t\t|Customer id            \t        \t\t\t\t\t\t\t|\n   | **is_sold_in_the_year**\t|*`bool`*\t\t\t\t\t|Predict if the cars will be sale this year\t\t\t\t\t\t|\n   | **length**\t\t\t\t\t|*`int`*           \t\t\t|Car length\t            \t        \t\t\t\t\t\t\t|\n   | **mileage**\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   | **mileage_per_year**\t\t|*`int`*           \t\t\t|Mileage per year estimation\t\t\t\t\t\t\t\t\t|\n   | **model_group**\t\t\t|*`string`*           \t\t|Car model group name\t\t            \t        \t\t\t|\n   | **plate**\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   | **price**\t\t\t\t\t|*`string`*           \t\t|Vehicule price estimation            \t        \t\t\t\t|\n   | **saved**\t\t\t\t\t|*`bool`*           \t\t|Save state\t            \t        \t\t\t\t\t\t\t|\n   | **stock**\t\t\t\t\t|*`JSON`*           \t\t|Stock available for this analyse\t\t            \t        |\n   |**discount**\t\t\t\t|*`object`*\t\t\t\t\t|Local and national discount informations belonging to stock car|\n   |**local**\t\t\t\t\t|*`object`*\t\t\t\t\t|Local discount informations \t\t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |**national**\t\t\t\t|*`object`*\t\t\t\t\t|National discount informations \t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |image\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Car image\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |immatriculation\t\t\t\t|*`string`*\t\t\t\t\t|Plate registration\t\t\t\t\t\t\t\t\t\t\t\t|\n   |is_in_length_range\t\t\t|*`bool`*\t\t\t\t\t|Check if car length is in given range\t\t\t\t\t\t\t|\n   |is_lower_mileage\t\t\t|*`bool`*\t\t\t\t\t|Check if car mileage is lower of a given mileage\t\t\t\t|\n   |is_newer_version\t\t\t|*`bool`*\t\t\t\t\t|Check if is newer of a given date \t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |mileage\t\t\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   |model_name\t\t\t\t\t|*`string`*\t\t\t\t\t|Model name\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |price\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Price\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **typname**\t\t\t\t|*`string`*           \t\t|Specific type of a car model            \t        \t\t\t|\n   | **year_bought**\t\t\t|*`string`*           \t\t|Year bought            \t        \t\t\t\t\t\t\t|\n   | **year_released**\t\t\t|*`string`*           \t\t|Year realesed            \t        \t\t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t\t\t\t\t\t\t|Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t        \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | plate_id\t\t|*`array`*\t\t\t\t\t\t|Error relative to plate identificator\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Plate id not recognize\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`La plaque à modifier n'a pas été trouvée`\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | id_autovista\t|*`array`*\t\t\t\t\t\t|Error relatif to autovista identificator\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Missing id autovista\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Veuillez entrer une id autovista correspondant à la finition du véhicule`\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Id autovista not recognize or not recognize has possible car finishe\t\t\t\t\t|`Veuillez entrer une finition correspondante au véhicule`\t\t\t\t\t\t\t\t\t\t|\n   | km_estimate\t|*`array`*\t\t\t\t\t\t|Error relatif to km estimation\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Missing km estimation\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Veuillez entrer une estimation du kilométrage du véhicule`\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Bad km type \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Le kilométrage du véhicule doit être un nombre entier`\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Bad km length \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Le kilométrage du véhicule ne peut dépasser les 999 999`\t\t\t\t\t\t\t\t\t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`false`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3372"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjkOAjEQAMG_OGaluby2-QyaU5AuECH-Doi0VUG_2qWOvF_b-XE889Qut2jnFkNNY3KuZK2kgoGTAbV3NpiTSRZwB6shKkuXmDF2pz2lEKejSxfQnyyfrMQLlYlFjE2IvpU0CwI8Bu4cULkIK31mALVTe97z-M_4hNrN10ahuIkDbWaBW1qtQYO642jvD2t0OBE.XK9bRg.4teFtgNS4UQlT8delAKyWGktHTE; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Thu, 11 Apr 2019 15:20:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"brand\": \"CITROEN\",\n    \"budget\": 25587,\n    \"fueltype\": \"Diesel\",\n    \"gearbox\": \"Boîte manuelle\",\n    \"histogram\": \"[1.0969473363734514, 22.711334165277627, 53.745778873343795, 16.755220080800168, 4.040719676162794, 1.4217222065718298, 0.09488197384061269, 0.09247135946234158, 0.028607462351118704]\",\n    \"mileage\": 151918,\n    \"model_group\": \"C3 II\",\n    \"plate\": \"DG655EF\",\n    \"price\": 2392,\n    \"stock\": {\n        \"0\": {\n            \"brand\": \"AUDI\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"sequentielle\",\n            \"horsepower\": 240,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c243ad747c164f79c1206db549ff47e12e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 37000,\n            \"price\": \"29900.00\",\n            \"typname\": \"A5 Cabriolet V6 3.0 TDI 240 DPF\",\n            \"year_released\": \"2009\"\n        },\n        \"1\": {\n            \"brand\": \"MERCEDES\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"automatique\",\n            \"horsepower\": 143,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4cec4ee460729f2daade3e89438b42ca34e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 78000,\n            \"price\": \"14590.00\",\n            \"typname\": \"Classe CLC 180 K\",\n            \"year_released\": \"2010\"\n        },\n        \"2\": {\n            \"brand\": \"FIAT\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 95,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c1215dcc7e5d6f1ead2fd907044933e1ee223755d1376f932_2&bLayer=0\",\n            \"mileage\": 11000,\n            \"price\": \"11900.00\",\n            \"typname\": \"500L 1.4 16V 95 ch\",\n            \"year_released\": \"2013\"\n        },\n        \"3\": {\n            \"brand\": \"CITROEN\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"N/A\",\n            \"horsepower\": 151,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c6b275743995b7266cb4397d0e9c47eebe223755d1376f932_2&bLayer=0\",\n            \"mileage\": 76000,\n            \"price\": \"11900.00\",\n            \"typname\": \"C4 Picasso THP 150\",\n            \"year_released\": \"2009\"\n        },\n        \"4\": {\n            \"brand\": \"MINI\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 90,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c3d860e82f6408754ed71184b698b39c1e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 46000,\n            \"price\": \"10000.00\",\n            \"typname\": \"Mini Clubman D 90 ch\",\n            \"year_released\": \"2013\"\n        },\n        \"5\": {\n            \"brand\": \"SUZUKI\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 94,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c532b346cd5fff8db811769cdee025452e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 45000,\n            \"price\": \"9900.00\",\n            \"typname\": \"Swift 1.2 VVT\",\n            \"year_released\": \"2012\"\n        }\n    },\n    \"year_released\": \"2013-03-15\"\n}"}],"_postman_id":"28452a95-6115-4142-b5c7-d4c33f132d71"},{"name":"UPDATE ANALYZE STATUS","id":"99609f46-fcab-40e0-b4e0-247454d234d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"key":"status","type":"text","value":"0"},{"key":"","type":"text","value":"","disabled":true}]},"url":{"raw":"{{domain}}/api/analyze/status/UPDATE/:plate_id","host":["{{domain}}"],"path":["api","analyze","status","UPDATE",":plate_id"],"variable":[{"key":"plate_id","value":"52268653-a042-4d2f-943c-0bdde798b402","type":"string"}]},"description":"# **Update the status of an analyze**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t| Required\t|\n   |----------------|-------------------------------|-------------------------------------------------------|-----------|\n   | **plate_id**\t|*`string`*           \t\t\t|ID of the plate            \t        \t\t\t\t|`true`\t\t|\n   \n\n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t|Required\t|\n   |------------------------|-------------------------------|-----------------------------------------------|-----------|\n   | **status**\t\t\t\t|*`integer`*           \t\t\t| 0 - Nouveau; 1 - Suivi 2 - Archivé           \t|`true`\t\t|\n\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Analyze plate informations ( JSON )**\n\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **approx_curve_parameters**|*`JSON`*           \t\t|Value for budget histogram\t\t            \t        \t\t|\n   |a\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |loc\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |scale\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **brand**\t\t\t\t\t|*`string`*           \t\t|Brand\t\t            \t        \t\t\t\t\t\t\t|\n   | **budget**\t\t\t\t\t|*`int`*           \t\t\t|Client estimate budget\t\t            \t        \t\t\t|\n   | **damage_estimation**\t\t|*`string`*           \t\t|Damage estimation           \t        \t\t\t\t\t\t|\n   | **finishes**\t\t\t\t|*`Array/JSON`*           \t|Array of JSON values containing different car finishes\t\t    |\n   |accel_0_100\t\t\t\t\t|*`string`*\t\t\t\t\t|Car acceleration 0 to 100 (km/h)\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |catalog_price\t\t\t\t|*`string`*\t\t\t\t\t|Catalogue car price\t\t\t\t\t\t\t\t\t\t\t|\n   |co2_emissions\t\t\t\t|*`int`*\t\t\t\t\t|CO2 emission 103 (g/km)\t\t\t\t\t\t\t\t\t\t|\n   |combined_consumption\t\t|*`string`*\t\t\t\t\t|Consommation urbaine et extra urbaine\t\t\t\t\t\t\t|\n   |finish\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Finish\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |height\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Height\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |id_autovista\t\t\t\t|*`int`*\t\t\t\t\t|Autovista id\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |model_group\t\t\t\t\t|*`int`*\t\t\t\t\t|Car model group name\t\t\t\t\t\t\t\t\t\t\t|\n   |typdoor\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Doors number\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |width\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Width\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_bought\t\t\t\t\t|*`string`*\t\t\t\t\t|Year bought \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **fueltype**\t\t\t\t|*`string`*           \t\t|Fuel type            \t        \t\t\t\t\t\t\t\t|\n   | **gearbox**\t\t\t\t|*`string`*           \t\t|Gear box            \t        \t\t\t\t\t\t\t\t|\n   | **ident**\t\t\t\t\t|*`string`*           \t\t|Analyse car identification\t            \t        \t\t\t|\n   | **is_sold_in_the_year**\t|*`bool`*\t\t\t\t\t|Predict if the cars will be sale this year\t\t\t\t\t\t|\n   | **length**\t\t\t\t\t|*`int`*           \t\t\t|Car length\t            \t        \t\t\t\t\t\t\t|\n   | **mileage**\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   | **mileage_per_year**\t\t|*`int`*           \t\t\t|Mileage per year estimation\t\t\t\t\t\t\t\t\t|\n   | **model_group**\t\t\t|*`string`*           \t\t|Car model group name\t\t            \t        \t\t\t|\n   | **plate**\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   | **price**\t\t\t\t\t|*`string`*           \t\t|Vehicule price estimation            \t        \t\t\t\t|\n   | **saved**\t\t\t\t\t|*`bool`*           \t\t|Save state\t            \t        \t\t\t\t\t\t\t|\n   | **stock**\t\t\t\t\t|*`JSON`*           \t\t|Stock available for this analyse\t\t            \t        |\n   |**discount**\t\t\t\t|*`object`*\t\t\t\t\t|Local and national discount informations belonging to stock car|\n   |**local**\t\t\t\t\t|*`object`*\t\t\t\t\t|Local discount informations \t\t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |**national**\t\t\t\t|*`object`*\t\t\t\t\t|National discount informations \t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |image\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Car image\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |immatriculation\t\t\t\t|*`string`*\t\t\t\t\t|Plate registration\t\t\t\t\t\t\t\t\t\t\t\t|\n   |is_in_length_range\t\t\t|*`bool`*\t\t\t\t\t|Check if car length is in given range\t\t\t\t\t\t\t|\n   |is_lower_mileage\t\t\t|*`bool`*\t\t\t\t\t|Check if car mileage is lower of a given mileage\t\t\t\t|\n   |is_newer_version\t\t\t|*`bool`*\t\t\t\t\t|Check if is newer of a given date \t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |mileage\t\t\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   |model_name\t\t\t\t\t|*`string`*\t\t\t\t\t|Model name\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |price\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Price\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **typname**\t\t\t\t|*`string`*           \t\t|Specific type of a car model            \t        \t\t\t|\n   | **year_bought**\t\t\t|*`string`*           \t\t|Year bought            \t        \t\t\t\t\t\t\t|\n   | **year_released**\t\t\t|*`string`*           \t\t|Year realesed            \t        \t\t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t\t\t\t\t\t\t|Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t        \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | plate_id\t\t|*`array`*\t\t\t\t\t\t|Error relative to plate identificator\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Plate id not recognize\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`La plaque à modifier n'a pas été trouvée`\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | status\t\t\t|*`array`*\t\t\t\t\t\t|Error relatif to autovista identificator\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Invalid status\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Veuillez entrer un status valide`\t\t\t\t\t\t|"},"response":[{"id":"31daecd7-72b6-492f-8512-229d1444b50e","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"key":"status","type":"text","value":"0"},{"key":"","type":"text","value":"","disabled":true}]},"url":{"raw":"{{domain}}/api/analyze/status/UPDATE/:plate_id","host":["{{domain}}"],"path":["api","analyze","status","UPDATE",":plate_id"],"variable":[{"key":"plate_id","value":"52268653-a042-4d2f-943c-0bdde798b402","type":"string"}]},"description":"# **Update the status of an analyze**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t| Required\t|\n   |----------------|-------------------------------|-------------------------------------------------------|-----------|\n   | **plate_id**\t|*`string`*           \t\t\t|ID of the plate            \t        \t\t\t\t|`true`\t\t|\n   \n\n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t|Required\t|\n   |------------------------|-------------------------------|-----------------------------------------------|-----------|\n   | **status**\t\t\t\t|*`integer`*           \t\t\t| 0 - Nouveau; 1 - Suivi 2 - Archivé           \t|`true`\t\t|\n\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Analyze plate informations ( JSON )**\n\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **approx_curve_parameters**|*`JSON`*           \t\t|Value for budget histogram\t\t            \t        \t\t|\n   |a\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |loc\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |scale\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **brand**\t\t\t\t\t|*`string`*           \t\t|Brand\t\t            \t        \t\t\t\t\t\t\t|\n   | **budget**\t\t\t\t\t|*`int`*           \t\t\t|Client estimate budget\t\t            \t        \t\t\t|\n   | **damage_estimation**\t\t|*`string`*           \t\t|Damage estimation           \t        \t\t\t\t\t\t|\n   | **finishes**\t\t\t\t|*`Array/JSON`*           \t|Array of JSON values containing different car finishes\t\t    |\n   |accel_0_100\t\t\t\t\t|*`string`*\t\t\t\t\t|Car acceleration 0 to 100 (km/h)\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |catalog_price\t\t\t\t|*`string`*\t\t\t\t\t|Catalogue car price\t\t\t\t\t\t\t\t\t\t\t|\n   |co2_emissions\t\t\t\t|*`int`*\t\t\t\t\t|CO2 emission 103 (g/km)\t\t\t\t\t\t\t\t\t\t|\n   |combined_consumption\t\t|*`string`*\t\t\t\t\t|Consommation urbaine et extra urbaine\t\t\t\t\t\t\t|\n   |finish\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Finish\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |height\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Height\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |id_autovista\t\t\t\t|*`int`*\t\t\t\t\t|Autovista id\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |model_group\t\t\t\t\t|*`int`*\t\t\t\t\t|Car model group name\t\t\t\t\t\t\t\t\t\t\t|\n   |typdoor\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Doors number\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |width\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Width\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_bought\t\t\t\t\t|*`string`*\t\t\t\t\t|Year bought \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **fueltype**\t\t\t\t|*`string`*           \t\t|Fuel type            \t        \t\t\t\t\t\t\t\t|\n   | **gearbox**\t\t\t\t|*`string`*           \t\t|Gear box            \t        \t\t\t\t\t\t\t\t|\n   | **ident**\t\t\t\t\t|*`string`*           \t\t|Analyse car identification\t            \t        \t\t\t|\n   | **is_sold_in_the_year**\t|*`bool`*\t\t\t\t\t|Predict if the cars will be sale this year\t\t\t\t\t\t|\n   | **length**\t\t\t\t\t|*`int`*           \t\t\t|Car length\t            \t        \t\t\t\t\t\t\t|\n   | **mileage**\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   | **mileage_per_year**\t\t|*`int`*           \t\t\t|Mileage per year estimation\t\t\t\t\t\t\t\t\t|\n   | **model_group**\t\t\t|*`string`*           \t\t|Car model group name\t\t            \t        \t\t\t|\n   | **plate**\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   | **price**\t\t\t\t\t|*`string`*           \t\t|Vehicule price estimation            \t        \t\t\t\t|\n   | **saved**\t\t\t\t\t|*`bool`*           \t\t|Save state\t            \t        \t\t\t\t\t\t\t|\n   | **stock**\t\t\t\t\t|*`JSON`*           \t\t|Stock available for this analyse\t\t            \t        |\n   |**discount**\t\t\t\t|*`object`*\t\t\t\t\t|Local and national discount informations belonging to stock car|\n   |**local**\t\t\t\t\t|*`object`*\t\t\t\t\t|Local discount informations \t\t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |**national**\t\t\t\t|*`object`*\t\t\t\t\t|National discount informations \t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |image\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Car image\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |immatriculation\t\t\t\t|*`string`*\t\t\t\t\t|Plate registration\t\t\t\t\t\t\t\t\t\t\t\t|\n   |is_in_length_range\t\t\t|*`bool`*\t\t\t\t\t|Check if car length is in given range\t\t\t\t\t\t\t|\n   |is_lower_mileage\t\t\t|*`bool`*\t\t\t\t\t|Check if car mileage is lower of a given mileage\t\t\t\t|\n   |is_newer_version\t\t\t|*`bool`*\t\t\t\t\t|Check if is newer of a given date \t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |mileage\t\t\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   |model_name\t\t\t\t\t|*`string`*\t\t\t\t\t|Model name\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |price\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Price\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **typname**\t\t\t\t|*`string`*           \t\t|Specific type of a car model            \t        \t\t\t|\n   | **year_bought**\t\t\t|*`string`*           \t\t|Year bought            \t        \t\t\t\t\t\t\t|\n   | **year_released**\t\t\t|*`string`*           \t\t|Year realesed            \t        \t\t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t\t\t\t\t\t\t|Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t        \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | plate_id\t\t|*`array`*\t\t\t\t\t\t|Error relative to plate identificator\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Plate id not recognize\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`La plaque à modifier n'a pas été trouvée`\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | status\t\t\t|*`array`*\t\t\t\t\t\t|Error relatif to autovista identificator\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Invalid status\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Veuillez entrer un status valide`\t\t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3372"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjkOAjEQAMG_OGaluby2-QyaU5AuECH-Doi0VUG_2qWOvF_b-XE889Qut2jnFkNNY3KuZK2kgoGTAbV3NpiTSRZwB6shKkuXmDF2pz2lEKejSxfQnyyfrMQLlYlFjE2IvpU0CwI8Bu4cULkIK31mALVTe97z-M_4hNrN10ahuIkDbWaBW1qtQYO642jvD2t0OBE.XK9bRg.4teFtgNS4UQlT8delAKyWGktHTE; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Thu, 11 Apr 2019 15:20:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"brand\": \"CITROEN\",\n    \"budget\": 25587,\n    \"fueltype\": \"Diesel\",\n    \"gearbox\": \"Boîte manuelle\",\n    \"histogram\": \"[1.0969473363734514, 22.711334165277627, 53.745778873343795, 16.755220080800168, 4.040719676162794, 1.4217222065718298, 0.09488197384061269, 0.09247135946234158, 0.028607462351118704]\",\n    \"mileage\": 151918,\n    \"model_group\": \"C3 II\",\n    \"plate\": \"DG655EF\",\n    \"price\": 2392,\n    \"stock\": {\n        \"0\": {\n            \"brand\": \"AUDI\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"sequentielle\",\n            \"horsepower\": 240,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c243ad747c164f79c1206db549ff47e12e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 37000,\n            \"price\": \"29900.00\",\n            \"typname\": \"A5 Cabriolet V6 3.0 TDI 240 DPF\",\n            \"year_released\": \"2009\"\n        },\n        \"1\": {\n            \"brand\": \"MERCEDES\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"automatique\",\n            \"horsepower\": 143,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4cec4ee460729f2daade3e89438b42ca34e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 78000,\n            \"price\": \"14590.00\",\n            \"typname\": \"Classe CLC 180 K\",\n            \"year_released\": \"2010\"\n        },\n        \"2\": {\n            \"brand\": \"FIAT\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 95,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c1215dcc7e5d6f1ead2fd907044933e1ee223755d1376f932_2&bLayer=0\",\n            \"mileage\": 11000,\n            \"price\": \"11900.00\",\n            \"typname\": \"500L 1.4 16V 95 ch\",\n            \"year_released\": \"2013\"\n        },\n        \"3\": {\n            \"brand\": \"CITROEN\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"N/A\",\n            \"horsepower\": 151,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c6b275743995b7266cb4397d0e9c47eebe223755d1376f932_2&bLayer=0\",\n            \"mileage\": 76000,\n            \"price\": \"11900.00\",\n            \"typname\": \"C4 Picasso THP 150\",\n            \"year_released\": \"2009\"\n        },\n        \"4\": {\n            \"brand\": \"MINI\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 90,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c3d860e82f6408754ed71184b698b39c1e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 46000,\n            \"price\": \"10000.00\",\n            \"typname\": \"Mini Clubman D 90 ch\",\n            \"year_released\": \"2013\"\n        },\n        \"5\": {\n            \"brand\": \"SUZUKI\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 94,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c532b346cd5fff8db811769cdee025452e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 45000,\n            \"price\": \"9900.00\",\n            \"typname\": \"Swift 1.2 VVT\",\n            \"year_released\": \"2012\"\n        }\n    },\n    \"year_released\": \"2013-03-15\"\n}"},{"id":"81f30c1c-804e-4991-a564-f7d0d24ec765","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"key":"status","type":"text","value":"0"},{"key":"","type":"text","value":"","disabled":true}]},"url":{"raw":"{{domain}}/api/analyze/status/UPDATE/:plate_id","host":["{{domain}}"],"path":["api","analyze","status","UPDATE",":plate_id"],"variable":[{"key":"plate_id","value":"52268653-a042-4d2f-943c-0bdde798b402","type":"string"}]},"description":"# **Update the status of an analyze**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t| Required\t|\n   |----------------|-------------------------------|-------------------------------------------------------|-----------|\n   | **plate_id**\t|*`string`*           \t\t\t|ID of the plate            \t        \t\t\t\t|`true`\t\t|\n   \n\n## **POST**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t|Required\t|\n   |------------------------|-------------------------------|-----------------------------------------------|-----------|\n   | **status**\t\t\t\t|*`integer`*           \t\t\t| 0 - Nouveau; 1 - Suivi 2 - Archivé           \t|`true`\t\t|\n\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Analyze plate informations ( JSON )**\n\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **approx_curve_parameters**|*`JSON`*           \t\t|Value for budget histogram\t\t            \t        \t\t|\n   |a\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |loc\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |scale\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **brand**\t\t\t\t\t|*`string`*           \t\t|Brand\t\t            \t        \t\t\t\t\t\t\t|\n   | **budget**\t\t\t\t\t|*`int`*           \t\t\t|Client estimate budget\t\t            \t        \t\t\t|\n   | **damage_estimation**\t\t|*`string`*           \t\t|Damage estimation           \t        \t\t\t\t\t\t|\n   | **finishes**\t\t\t\t|*`Array/JSON`*           \t|Array of JSON values containing different car finishes\t\t    |\n   |accel_0_100\t\t\t\t\t|*`string`*\t\t\t\t\t|Car acceleration 0 to 100 (km/h)\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |catalog_price\t\t\t\t|*`string`*\t\t\t\t\t|Catalogue car price\t\t\t\t\t\t\t\t\t\t\t|\n   |co2_emissions\t\t\t\t|*`int`*\t\t\t\t\t|CO2 emission 103 (g/km)\t\t\t\t\t\t\t\t\t\t|\n   |combined_consumption\t\t|*`string`*\t\t\t\t\t|Consommation urbaine et extra urbaine\t\t\t\t\t\t\t|\n   |finish\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Finish\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |height\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Height\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |id_autovista\t\t\t\t|*`int`*\t\t\t\t\t|Autovista id\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |model_group\t\t\t\t\t|*`int`*\t\t\t\t\t|Car model group name\t\t\t\t\t\t\t\t\t\t\t|\n   |typdoor\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Doors number\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |width\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Width\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_bought\t\t\t\t\t|*`string`*\t\t\t\t\t|Year bought \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **fueltype**\t\t\t\t|*`string`*           \t\t|Fuel type            \t        \t\t\t\t\t\t\t\t|\n   | **gearbox**\t\t\t\t|*`string`*           \t\t|Gear box            \t        \t\t\t\t\t\t\t\t|\n   | **ident**\t\t\t\t\t|*`string`*           \t\t|Analyse car identification\t            \t        \t\t\t|\n   | **is_sold_in_the_year**\t|*`bool`*\t\t\t\t\t|Predict if the cars will be sale this year\t\t\t\t\t\t|\n   | **length**\t\t\t\t\t|*`int`*           \t\t\t|Car length\t            \t        \t\t\t\t\t\t\t|\n   | **mileage**\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   | **mileage_per_year**\t\t|*`int`*           \t\t\t|Mileage per year estimation\t\t\t\t\t\t\t\t\t|\n   | **model_group**\t\t\t|*`string`*           \t\t|Car model group name\t\t            \t        \t\t\t|\n   | **plate**\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   | **price**\t\t\t\t\t|*`string`*           \t\t|Vehicule price estimation            \t        \t\t\t\t|\n   | **saved**\t\t\t\t\t|*`bool`*           \t\t|Save state\t            \t        \t\t\t\t\t\t\t|\n   | **stock**\t\t\t\t\t|*`JSON`*           \t\t|Stock available for this analyse\t\t            \t        |\n   |**discount**\t\t\t\t|*`object`*\t\t\t\t\t|Local and national discount informations belonging to stock car|\n   |**local**\t\t\t\t\t|*`object`*\t\t\t\t\t|Local discount informations \t\t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |**national**\t\t\t\t|*`object`*\t\t\t\t\t|National discount informations \t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |image\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Car image\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |immatriculation\t\t\t\t|*`string`*\t\t\t\t\t|Plate registration\t\t\t\t\t\t\t\t\t\t\t\t|\n   |is_in_length_range\t\t\t|*`bool`*\t\t\t\t\t|Check if car length is in given range\t\t\t\t\t\t\t|\n   |is_lower_mileage\t\t\t|*`bool`*\t\t\t\t\t|Check if car mileage is lower of a given mileage\t\t\t\t|\n   |is_newer_version\t\t\t|*`bool`*\t\t\t\t\t|Check if is newer of a given date \t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |mileage\t\t\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   |model_name\t\t\t\t\t|*`string`*\t\t\t\t\t|Model name\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |price\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Price\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **typname**\t\t\t\t|*`string`*           \t\t|Specific type of a car model            \t        \t\t\t|\n   | **year_bought**\t\t\t|*`string`*           \t\t|Year bought            \t        \t\t\t\t\t\t\t|\n   | **year_released**\t\t\t|*`string`*           \t\t|Year realesed            \t        \t\t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t\t\t\t\t\t\t|Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t        \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | plate_id\t\t|*`array`*\t\t\t\t\t\t|Error relative to plate identificator\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Plate id not recognize\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`La plaque à modifier n'a pas été trouvée`\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | status\t\t\t|*`array`*\t\t\t\t\t\t|Error relatif to autovista identificator\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | \t\t\t\t|*`string`*\t\t\t\t\t\t|Invalid status\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|`Veuillez entrer un status valide`\t\t\t\t\t\t|"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQfBkA.zNgOnJjAdSxTJStXpdgvOPCWhJA; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 16:36:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Plate not found\",\n    \"redirect\": null,\n    \"result\": true\n}"}],"_postman_id":"99609f46-fcab-40e0-b4e0-247454d234d4"},{"name":"SEARCH PLATE  (Auto-complete)","id":"44a44cfb-84c4-4373-b63a-289633f74330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1EZ3dOekk0TXl3aVpYaHdJam94TlRZd09ERXdPRGd6ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTUQzSV9DN0lvMWdqSFFSTzg0bmJpekNyVldKa1lvSUNMUFRMcWFWTkdMcmdIZUZPQ0Zway1fajBOOGg2VWpGaUFEUjJRekhKTE4zMHFveGFpY19nb2ciLCJleHAiOjE1NjA5NTg2Mzh9.3KHN0lIR2KcgMoyOaFAai4vHNK5A_AGVM7rqt-srX2c"}],"url":{"raw":"{{domain}}/api/search/:immat","host":["{{domain}}"],"path":["api","search",":immat"],"variable":[{"id":"3f49b68b-b879-499a-add5-52eb41038193","key":"immat","value":"immat","type":"string"}]},"description":"# **List previously analyzed plates**\n\n## **URL Parameters**:\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **immat**\t\t|*`string`*           \t\t\t|Valid plate immatriculation            \t        \t\t\t|\n   \n   \n\n## **SUCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n**List of json in array previously analyzed plates**\n    \n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   |**plates**\t\t\t\t\t|*`Array`*           \t\t|List of json in array previously analyzed plates            \t|\n   | analyze_date\t\t\t\t|*`string`*           \t\t|Analyse date            \t        \t\t\t\t\t\t\t|\n   | plate\t\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n    \n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|Values\t\t| \n   |----------------------------|---------------------------|---------------------------------------------------------------|-----------|\n   |**plates**\t\t\t\t\t|*`Array`*           \t\t|Empty array            \t        \t\t\t\t\t\t\t|`[]`\t\t|"},"response":[{"id":"59896778-b99e-4d01-85b5-437ecf860828","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1EZ3dOekk0TXl3aVpYaHdJam94TlRZd09ERXdPRGd6ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTUQzSV9DN0lvMWdqSFFSTzg0bmJpekNyVldKa1lvSUNMUFRMcWFWTkdMcmdIZUZPQ0Zway1fajBOOGg2VWpGaUFEUjJRekhKTE4zMHFveGFpY19nb2ciLCJleHAiOjE1NjA5NTg2Mzh9.3KHN0lIR2KcgMoyOaFAai4vHNK5A_AGVM7rqt-srX2c"}],"url":{"raw":"{{domain}}/api/search/:immat","host":["{{domain}}"],"path":["api","search",":immat"],"variable":[{"id":"3f49b68b-b879-499a-add5-52eb41038193","key":"immat","value":"immat","type":"string"}]},"description":"# **List previously analyzed plates**\n\n## **URL Parameters**:\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **immat**\t\t|*`string`*           \t\t\t|Valid plate immatriculation            \t        \t\t\t|\n   \n   \n\n## **SUCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n**List of json in array previously analyzed plates**\n    \n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   |**plates**\t\t\t\t\t|*`Array`*           \t\t|List of json in array previously analyzed plates            \t|\n   | analyze_date\t\t\t\t|*`string`*           \t\t|Analyse date            \t        \t\t\t\t\t\t\t|\n   | plate\t\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n    \n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|Values\t\t| \n   |----------------------------|---------------------------|---------------------------------------------------------------|-----------|\n   |**plates**\t\t\t\t\t|*`Array`*           \t\t|Empty array            \t        \t\t\t\t\t\t\t|`[]`\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"19"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQf2zw.6D0L1QkNjq9eYTP2a39H74lBhDY; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 20:23:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"plates\": []\n}"},{"id":"9ee7eea9-597f-47a5-8e60-bda22db9c2dd","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1EZ3dOekk0TXl3aVpYaHdJam94TlRZd09ERXdPRGd6ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTUQzSV9DN0lvMWdqSFFSTzg0bmJpekNyVldKa1lvSUNMUFRMcWFWTkdMcmdIZUZPQ0Zway1fajBOOGg2VWpGaUFEUjJRekhKTE4zMHFveGFpY19nb2ciLCJleHAiOjE1NjA5NTg2Mzh9.3KHN0lIR2KcgMoyOaFAai4vHNK5A_AGVM7rqt-srX2c"}],"url":{"raw":"{{domain}}/api/search/:immat","host":["{{domain}}"],"path":["api","search",":immat"],"variable":[{"id":"3f49b68b-b879-499a-add5-52eb41038193","key":"immat","value":"immat","type":"string"}]},"description":"# **List previously analyzed plates**\n\n## **URL Parameters**:\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **immat**\t\t|*`string`*           \t\t\t|Valid plate immatriculation            \t        \t\t\t|\n   \n   \n\n## **SUCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n**List of json in array previously analyzed plates**\n    \n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   |**plates**\t\t\t\t\t|*`Array`*           \t\t|List of json in array previously analyzed plates            \t|\n   | analyze_date\t\t\t\t|*`string`*           \t\t|Analyse date            \t        \t\t\t\t\t\t\t|\n   | plate\t\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n    \n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|Values\t\t| \n   |----------------------------|---------------------------|---------------------------------------------------------------|-----------|\n   |**plates**\t\t\t\t\t|*`Array`*           \t\t|Empty array            \t        \t\t\t\t\t\t\t|`[]`\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjkOAjEQAMG_OGaluby2-QyaU5AuECH-Doi0VUG_2qWOvF_b-XE889Qut2jnFkNNY3KuZK2kgoGTAbV3NpiTSRZwB6shKkuXmDF2pz2lEKejSxfQnyyfrMQLlYlFjE2IvpU0CwI8Bu4cULkIK31mALVTe97z-M_4hNrN10ahuIkDbWaBW1qtQYO642jvD2t0OBE.XK9ZBQ.dj-bLiSUmOjYxuH_0qdafGE47aY; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Thu, 11 Apr 2019 15:11:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"plates\": [\n        {\n            \"analyze_date\": \"11/04/2019\",\n            \"plate\": \"DG655EF\"\n        },\n        {\n            \"analyze_date\": \"11/04/2019\",\n            \"plate\": \"DG654EF\"\n        }\n    ]\n}"}],"_postman_id":"44a44cfb-84c4-4373-b63a-289633f74330"},{"name":"CREATE ANALYZE","id":"bd4c44e1-bdf6-4b16-834d-8dfd7636794e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/api/analyze/CREATE?appointment_id=6a9eff97-13f5-4c98-9461-3f706595d282","host":["{{domain}}"],"path":["api","analyze","CREATE"],"query":[{"key":"immat","value":"CM421RS","disabled":true},{"key":"appointment_id","value":"6a9eff97-13f5-4c98-9461-3f706595d282"}]},"description":"# **Returns vehicule information and predictions associated to a plate**\n\n## **URL parameters**\n\n\n   |\t\tName\t\t|\t\tType\t\t\t\t\t|Description                        \t\t\t\t\t\t\t|  Required\t |\n   |--------------------|-------------------------------|---------------------------------------------------------------|------------|\n   |\t**immat**\t\t|*`string`*           \t\t\t|Valide old/new plate format            \t        \t\t\t|\t`false`\t |\n   | **id_appointment**\t|*`string`*           \t\t\t|Id of an appointment              \t        \t\t\t\t\t|\t`false`\t |\n   \nEither `immat` or `id_appointment` must be set to predict.\n\n\n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Analyze plate informations ( JSON )**\n\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **approx_curve_parameters**|*`JSON`*           \t\t|Value for budget histogram\t\t            \t        \t\t|\n   |a\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |loc\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |scale\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **brand**\t\t\t\t\t|*`string`*           \t\t|Brand\t\t            \t        \t\t\t\t\t\t\t|\n   | **budget**\t\t\t\t\t|*`int`*           \t\t\t|Client estimate budget\t\t            \t        \t\t\t|\n   | **damage_estimation**\t\t|*`string`*           \t\t|Damage estimation           \t        \t\t\t\t\t\t|\n   | **finishes**\t\t\t\t|*`Array/JSON`*           \t|Array of JSON values containing different car finishes\t\t    |\n   |accel_0_100\t\t\t\t\t|*`string`*\t\t\t\t\t|Car acceleration 0 to 100 (km/h)\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |catalog_price\t\t\t\t|*`string`*\t\t\t\t\t|Catalogue car price\t\t\t\t\t\t\t\t\t\t\t|\n   |co2_emissions\t\t\t\t|*`int`*\t\t\t\t\t|CO2 emission 103 (g/km)\t\t\t\t\t\t\t\t\t\t|\n   |combined_consumption\t\t|*`string`*\t\t\t\t\t|Consommation urbaine et extra urbaine\t\t\t\t\t\t\t|\n   |finish\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Finish\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |height\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Height\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |id_autovista\t\t\t\t|*`int`*\t\t\t\t\t|Autovista id\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |model_group\t\t\t\t\t|*`int`*\t\t\t\t\t|Car model group name\t\t\t\t\t\t\t\t\t\t\t|\n   |typdoor\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Doors number\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |width\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Width\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_bought\t\t\t\t\t|*`string`*\t\t\t\t\t|Year bought \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **fueltype**\t\t\t\t|*`string`*           \t\t|Fuel type            \t        \t\t\t\t\t\t\t\t|\n   | **gearbox**\t\t\t\t|*`string`*           \t\t|Gear box            \t        \t\t\t\t\t\t\t\t|\n   | **analyze_id**\t\t\t\t|*`string`*           \t\t|Analyze identifier\t            \t        \t\t\t\t\t|\n   | **appointment_id**\t\t\t|*`string`*           \t\t|Appointment id            \t        \t\t\t\t\t\t\t|\n   | **customer_id**\t\t\t|*`string`*           \t\t|Customer id            \t        \t\t\t\t\t\t\t|\n   | **is_sold_in_the_year**\t|*`bool`*\t\t\t\t\t|Predict if the cars will be sale this year\t\t\t\t\t\t|\n   | **length**\t\t\t\t\t|*`int`*           \t\t\t|Car length\t            \t        \t\t\t\t\t\t\t|\n   | **mileage**\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   | **mileage_per_year**\t\t|*`int`*           \t\t\t|Mileage per year estimation\t\t\t\t\t\t\t\t\t|\n   | **model_group**\t\t\t|*`string`*           \t\t|Car model group name\t\t            \t        \t\t\t|\n   | **plate**\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   | **price**\t\t\t\t\t|*`string`*           \t\t|Vehicule price estimation            \t        \t\t\t\t|\n   | **saved**\t\t\t\t\t|*`bool`*           \t\t|Save state\t            \t        \t\t\t\t\t\t\t|\n   | **stock**\t\t\t\t\t|*`JSON`*           \t\t|Stock available for this analyse\t\t            \t        |\n   |**discount**\t\t\t\t|*`object`*\t\t\t\t\t|Local and national discount informations belonging to stock car|\n   |**local**\t\t\t\t\t|*`object`*\t\t\t\t\t|Local discount informations \t\t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |**national**\t\t\t\t|*`object`*\t\t\t\t\t|National discount informations \t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |image\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Car image\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |immatriculation\t\t\t\t|*`string`*\t\t\t\t\t|Plate registration\t\t\t\t\t\t\t\t\t\t\t\t|\n   |is_in_length_range\t\t\t|*`bool`*\t\t\t\t\t|Check if car length is in given range\t\t\t\t\t\t\t|\n   |is_lower_mileage\t\t\t|*`bool`*\t\t\t\t\t|Check if car mileage is lower of a given mileage\t\t\t\t|\n   |is_newer_version\t\t\t|*`bool`*\t\t\t\t\t|Check if is newer of a given date \t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |mileage\t\t\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   |model_name\t\t\t\t\t|*`string`*\t\t\t\t\t|Model name\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |price\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Price\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **typname**\t\t\t\t|*`string`*           \t\t|Specific type of a car model            \t        \t\t\t|\n   | **year_bought**\t\t\t|*`string`*           \t\t|Year bought            \t        \t\t\t\t\t\t\t|\n   | **year_released**\t\t\t|*`string`*           \t\t|Year realesed            \t        \t\t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **message**\t|*`string`*           \t\t\t|Search state\t\t\t\t\t\t|`Plate not found` \t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"4acedd0e-fa8c-4bbf-997e-faaa614a2260","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/api/analyze/CREATE?appointment_id=6a9eff97-13f5-4c98-9461-3f706595d282","host":["{{domain}}"],"path":["api","analyze","CREATE"],"query":[{"key":"immat","value":"CM421RS","disabled":true},{"key":"appointment_id","value":"6a9eff97-13f5-4c98-9461-3f706595d282"}]},"description":"# **Returns vehicule information and predictions associated to a plate**\n\n## **URL parameters**\n\n\n   |\t\tName\t\t|\t\tType\t\t\t\t\t|Description                        \t\t\t\t\t\t\t|  Required\t |\n   |--------------------|-------------------------------|---------------------------------------------------------------|------------|\n   |\t**immat**\t\t|*`string`*           \t\t\t|Valide old/new plate format            \t        \t\t\t|\t`false`\t |\n   | **id_appointment**\t|*`string`*           \t\t\t|Id of an appointment              \t        \t\t\t\t\t|\t`false`\t |\n   \nEither `immat` or `id_appointment` must be set to predict.\n\n\n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Analyze plate informations ( JSON )**\n\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **approx_curve_parameters**|*`JSON`*           \t\t|Value for budget histogram\t\t            \t        \t\t|\n   |a\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |loc\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |scale\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **brand**\t\t\t\t\t|*`string`*           \t\t|Brand\t\t            \t        \t\t\t\t\t\t\t|\n   | **budget**\t\t\t\t\t|*`int`*           \t\t\t|Client estimate budget\t\t            \t        \t\t\t|\n   | **damage_estimation**\t\t|*`string`*           \t\t|Damage estimation           \t        \t\t\t\t\t\t|\n   | **finishes**\t\t\t\t|*`Array/JSON`*           \t|Array of JSON values containing different car finishes\t\t    |\n   |accel_0_100\t\t\t\t\t|*`string`*\t\t\t\t\t|Car acceleration 0 to 100 (km/h)\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |catalog_price\t\t\t\t|*`string`*\t\t\t\t\t|Catalogue car price\t\t\t\t\t\t\t\t\t\t\t|\n   |co2_emissions\t\t\t\t|*`int`*\t\t\t\t\t|CO2 emission 103 (g/km)\t\t\t\t\t\t\t\t\t\t|\n   |combined_consumption\t\t|*`string`*\t\t\t\t\t|Consommation urbaine et extra urbaine\t\t\t\t\t\t\t|\n   |finish\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Finish\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |height\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Height\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |id_autovista\t\t\t\t|*`int`*\t\t\t\t\t|Autovista id\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |model_group\t\t\t\t\t|*`int`*\t\t\t\t\t|Car model group name\t\t\t\t\t\t\t\t\t\t\t|\n   |typdoor\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Doors number\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |width\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Width\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_bought\t\t\t\t\t|*`string`*\t\t\t\t\t|Year bought \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **fueltype**\t\t\t\t|*`string`*           \t\t|Fuel type            \t        \t\t\t\t\t\t\t\t|\n   | **gearbox**\t\t\t\t|*`string`*           \t\t|Gear box            \t        \t\t\t\t\t\t\t\t|\n   | **analyze_id**\t\t\t\t|*`string`*           \t\t|Analyze identifier\t            \t        \t\t\t\t\t|\n   | **appointment_id**\t\t\t|*`string`*           \t\t|Appointment id            \t        \t\t\t\t\t\t\t|\n   | **customer_id**\t\t\t|*`string`*           \t\t|Customer id            \t        \t\t\t\t\t\t\t|\n   | **is_sold_in_the_year**\t|*`bool`*\t\t\t\t\t|Predict if the cars will be sale this year\t\t\t\t\t\t|\n   | **length**\t\t\t\t\t|*`int`*           \t\t\t|Car length\t            \t        \t\t\t\t\t\t\t|\n   | **mileage**\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   | **mileage_per_year**\t\t|*`int`*           \t\t\t|Mileage per year estimation\t\t\t\t\t\t\t\t\t|\n   | **model_group**\t\t\t|*`string`*           \t\t|Car model group name\t\t            \t        \t\t\t|\n   | **plate**\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   | **price**\t\t\t\t\t|*`string`*           \t\t|Vehicule price estimation            \t        \t\t\t\t|\n   | **saved**\t\t\t\t\t|*`bool`*           \t\t|Save state\t            \t        \t\t\t\t\t\t\t|\n   | **stock**\t\t\t\t\t|*`JSON`*           \t\t|Stock available for this analyse\t\t            \t        |\n   |**discount**\t\t\t\t|*`object`*\t\t\t\t\t|Local and national discount informations belonging to stock car|\n   |**local**\t\t\t\t\t|*`object`*\t\t\t\t\t|Local discount informations \t\t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |**national**\t\t\t\t|*`object`*\t\t\t\t\t|National discount informations \t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |image\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Car image\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |immatriculation\t\t\t\t|*`string`*\t\t\t\t\t|Plate registration\t\t\t\t\t\t\t\t\t\t\t\t|\n   |is_in_length_range\t\t\t|*`bool`*\t\t\t\t\t|Check if car length is in given range\t\t\t\t\t\t\t|\n   |is_lower_mileage\t\t\t|*`bool`*\t\t\t\t\t|Check if car mileage is lower of a given mileage\t\t\t\t|\n   |is_newer_version\t\t\t|*`bool`*\t\t\t\t\t|Check if is newer of a given date \t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |mileage\t\t\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   |model_name\t\t\t\t\t|*`string`*\t\t\t\t\t|Model name\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |price\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Price\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **typname**\t\t\t\t|*`string`*           \t\t|Specific type of a car model            \t        \t\t\t|\n   | **year_bought**\t\t\t|*`string`*           \t\t|Year bought            \t        \t\t\t\t\t\t\t|\n   | **year_released**\t\t\t|*`string`*           \t\t|Year realesed            \t        \t\t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **message**\t|*`string`*           \t\t\t|Search state\t\t\t\t\t\t|`Plate not found` \t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQfBkA.zNgOnJjAdSxTJStXpdgvOPCWhJA; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 16:36:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Plate not found\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"649dac68-c2a4-43b3-988e-7a87884361c6","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/api/analyze/CREATE?appointment_id=6a9eff97-13f5-4c98-9461-3f706595d282","host":["{{domain}}"],"path":["api","analyze","CREATE"],"query":[{"key":"immat","value":"CM421RS","disabled":true},{"key":"appointment_id","value":"6a9eff97-13f5-4c98-9461-3f706595d282"}]},"description":"# **Returns vehicule information and predictions associated to a plate**\n\n## **URL parameters**\n\n\n   |\t\tName\t\t|\t\tType\t\t\t\t\t|Description                        \t\t\t\t\t\t\t|  Required\t |\n   |--------------------|-------------------------------|---------------------------------------------------------------|------------|\n   |\t**immat**\t\t|*`string`*           \t\t\t|Valide old/new plate format            \t        \t\t\t|\t`false`\t |\n   | **id_appointment**\t|*`string`*           \t\t\t|Id of an appointment              \t        \t\t\t\t\t|\t`false`\t |\n   \nEither `immat` or `id_appointment` must be set to predict.\n\n\n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Analyze plate informations ( JSON )**\n\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **approx_curve_parameters**|*`JSON`*           \t\t|Value for budget histogram\t\t            \t        \t\t|\n   |a\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |loc\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |scale\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **brand**\t\t\t\t\t|*`string`*           \t\t|Brand\t\t            \t        \t\t\t\t\t\t\t|\n   | **budget**\t\t\t\t\t|*`int`*           \t\t\t|Client estimate budget\t\t            \t        \t\t\t|\n   | **damage_estimation**\t\t|*`string`*           \t\t|Damage estimation           \t        \t\t\t\t\t\t|\n   | **finishes**\t\t\t\t|*`Array/JSON`*           \t|Array of JSON values containing different car finishes\t\t    |\n   |accel_0_100\t\t\t\t\t|*`string`*\t\t\t\t\t|Car acceleration 0 to 100 (km/h)\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |catalog_price\t\t\t\t|*`string`*\t\t\t\t\t|Catalogue car price\t\t\t\t\t\t\t\t\t\t\t|\n   |co2_emissions\t\t\t\t|*`int`*\t\t\t\t\t|CO2 emission 103 (g/km)\t\t\t\t\t\t\t\t\t\t|\n   |combined_consumption\t\t|*`string`*\t\t\t\t\t|Consommation urbaine et extra urbaine\t\t\t\t\t\t\t|\n   |finish\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Finish\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |height\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Height\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |id_autovista\t\t\t\t|*`int`*\t\t\t\t\t|Autovista id\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |model_group\t\t\t\t\t|*`int`*\t\t\t\t\t|Car model group name\t\t\t\t\t\t\t\t\t\t\t|\n   |typdoor\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Doors number\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |width\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Width\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_bought\t\t\t\t\t|*`string`*\t\t\t\t\t|Year bought \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **fueltype**\t\t\t\t|*`string`*           \t\t|Fuel type            \t        \t\t\t\t\t\t\t\t|\n   | **gearbox**\t\t\t\t|*`string`*           \t\t|Gear box            \t        \t\t\t\t\t\t\t\t|\n   | **analyze_id**\t\t\t\t|*`string`*           \t\t|Analyze identifier\t            \t        \t\t\t\t\t|\n   | **appointment_id**\t\t\t|*`string`*           \t\t|Appointment id            \t        \t\t\t\t\t\t\t|\n   | **customer_id**\t\t\t|*`string`*           \t\t|Customer id            \t        \t\t\t\t\t\t\t|\n   | **is_sold_in_the_year**\t|*`bool`*\t\t\t\t\t|Predict if the cars will be sale this year\t\t\t\t\t\t|\n   | **length**\t\t\t\t\t|*`int`*           \t\t\t|Car length\t            \t        \t\t\t\t\t\t\t|\n   | **mileage**\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   | **mileage_per_year**\t\t|*`int`*           \t\t\t|Mileage per year estimation\t\t\t\t\t\t\t\t\t|\n   | **model_group**\t\t\t|*`string`*           \t\t|Car model group name\t\t            \t        \t\t\t|\n   | **plate**\t\t\t\t\t|*`string`*           \t\t|Immatriculation            \t        \t\t\t\t\t\t|\n   | **price**\t\t\t\t\t|*`string`*           \t\t|Vehicule price estimation            \t        \t\t\t\t|\n   | **saved**\t\t\t\t\t|*`bool`*           \t\t|Save state\t            \t        \t\t\t\t\t\t\t|\n   | **stock**\t\t\t\t\t|*`JSON`*           \t\t|Stock available for this analyse\t\t            \t        |\n   |**discount**\t\t\t\t|*`object`*\t\t\t\t\t|Local and national discount informations belonging to stock car|\n   |**local**\t\t\t\t\t|*`object`*\t\t\t\t\t|Local discount informations \t\t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |**national**\t\t\t\t|*`object`*\t\t\t\t\t|National discount informations \t\t\t\t\t\t\t\t|\n   |amount\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Discount amount\t\t\t\t\t\t\t\t\t\t\t\t|\n   |label\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount label\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |type\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Discount type \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |image\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Car image\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |immatriculation\t\t\t\t|*`string`*\t\t\t\t\t|Plate registration\t\t\t\t\t\t\t\t\t\t\t\t|\n   |is_in_length_range\t\t\t|*`bool`*\t\t\t\t\t|Check if car length is in given range\t\t\t\t\t\t\t|\n   |is_lower_mileage\t\t\t|*`bool`*\t\t\t\t\t|Check if car mileage is lower of a given mileage\t\t\t\t|\n   |is_newer_version\t\t\t|*`bool`*\t\t\t\t\t|Check if is newer of a given date \t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |mileage\t\t\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   |model_name\t\t\t\t\t|*`string`*\t\t\t\t\t|Model name\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |price\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Price\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **typname**\t\t\t\t|*`string`*           \t\t|Specific type of a car model            \t        \t\t\t|\n   | **year_bought**\t\t\t|*`string`*           \t\t|Year bought            \t        \t\t\t\t\t\t\t|\n   | **year_released**\t\t\t|*`string`*           \t\t|Year realesed            \t        \t\t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **message**\t|*`string`*           \t\t\t|Search state\t\t\t\t\t\t|`Plate not found` \t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3372"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjkOAjEQAMG_OGaluby2-QyaU5AuECH-Doi0VUG_2qWOvF_b-XE889Qut2jnFkNNY3KuZK2kgoGTAbV3NpiTSRZwB6shKkuXmDF2pz2lEKejSxfQnyyfrMQLlYlFjE2IvpU0CwI8Bu4cULkIK31mALVTe97z-M_4hNrN10ahuIkDbWaBW1qtQYO642jvD2t0OBE.XK9bRg.4teFtgNS4UQlT8delAKyWGktHTE; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Thu, 11 Apr 2019 15:20:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"brand\": \"CITROEN\",\n    \"budget\": 25587,\n    \"fueltype\": \"Diesel\",\n    \"gearbox\": \"Boîte manuelle\",\n    \"histogram\": \"[1.0969473363734514, 22.711334165277627, 53.745778873343795, 16.755220080800168, 4.040719676162794, 1.4217222065718298, 0.09488197384061269, 0.09247135946234158, 0.028607462351118704]\",\n    \"mileage\": 151918,\n    \"model_group\": \"C3 II\",\n    \"plate\": \"DG655EF\",\n    \"price\": 2392,\n    \"stock\": {\n        \"0\": {\n            \"brand\": \"AUDI\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"sequentielle\",\n            \"horsepower\": 240,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c243ad747c164f79c1206db549ff47e12e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 37000,\n            \"price\": \"29900.00\",\n            \"typname\": \"A5 Cabriolet V6 3.0 TDI 240 DPF\",\n            \"year_released\": \"2009\"\n        },\n        \"1\": {\n            \"brand\": \"MERCEDES\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"automatique\",\n            \"horsepower\": 143,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4cec4ee460729f2daade3e89438b42ca34e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 78000,\n            \"price\": \"14590.00\",\n            \"typname\": \"Classe CLC 180 K\",\n            \"year_released\": \"2010\"\n        },\n        \"2\": {\n            \"brand\": \"FIAT\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 95,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c1215dcc7e5d6f1ead2fd907044933e1ee223755d1376f932_2&bLayer=0\",\n            \"mileage\": 11000,\n            \"price\": \"11900.00\",\n            \"typname\": \"500L 1.4 16V 95 ch\",\n            \"year_released\": \"2013\"\n        },\n        \"3\": {\n            \"brand\": \"CITROEN\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"N/A\",\n            \"horsepower\": 151,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c6b275743995b7266cb4397d0e9c47eebe223755d1376f932_2&bLayer=0\",\n            \"mileage\": 76000,\n            \"price\": \"11900.00\",\n            \"typname\": \"C4 Picasso THP 150\",\n            \"year_released\": \"2009\"\n        },\n        \"4\": {\n            \"brand\": \"MINI\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 90,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c3d860e82f6408754ed71184b698b39c1e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 46000,\n            \"price\": \"10000.00\",\n            \"typname\": \"Mini Clubman D 90 ch\",\n            \"year_released\": \"2013\"\n        },\n        \"5\": {\n            \"brand\": \"SUZUKI\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": 94,\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c532b346cd5fff8db811769cdee025452e223755d1376f932_2&bLayer=0\",\n            \"mileage\": 45000,\n            \"price\": \"9900.00\",\n            \"typname\": \"Swift 1.2 VVT\",\n            \"year_released\": \"2012\"\n        }\n    },\n    \"year_released\": \"2013-03-15\"\n}"}],"_postman_id":"bd4c44e1-bdf6-4b16-834d-8dfd7636794e"},{"name":"GET Car Finish","id":"936d517d-6fd6-4079-8583-8b12c4df5209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{domain}}/api/carfinish/:action/:plate","host":["{{domain}}"],"path":["api","carfinish",":action",":plate"],"variable":[{"key":"action","value":"","type":"string","description":"Used ?"},{"key":"plate","value":"","type":"string","description":"Car immatriculation"}]},"description":"# **List ppossible finish for a car**\n\n\n## **GET**\n\n   |    Name    \t|Type                       |Description                        \t\t\t\t\t|Required\t|\t  \n   |----------------|---------------------------|-------------------------------------------------------|-----------|\n   | **action**\t\t|*`string`*           \t\t| ??            \t        \t\t\t\t\t\t\t|`true`\t\t|\n   | **plate**\t\t|*`string`* \t          \t| Vehicle immat            \t        \t\t\t\t\t|`true`\t\t|\n\n\n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n**List of analyzed plate (JSON)**\n\n\n    \n|    Name    \t\t\t\t | Type                      |Description    |\n|----------------------------|---------------------------|---------------|\n| **co2_emissions**          | *`string`*   \t\t\t |               |\n| **typdoor**                | *`string`*   \t\t\t |               |\n| **horsepower**             | *`string`*   \t\t\t |               |\n| **accel_0_100**            | *`string`*   \t\t\t |               |\n| **combined_consumption**   | *`string`*   \t\t\t |               |\n| **catalog_price**          | *`string`*   \t\t\t |               |\n| **typname**                | *`string`*   \t\t\t |               |\n| **finish**                 | *`string`*   \t\t\t |               |\n| **year_released**          | *`string`*   \t\t\t |               |\n| **year_bought**            | *`string`*   \t\t\t |               |\n| **id_autovista**           | *`string`*   \t\t\t |               |\n| **fueltype**               | *`string`*   \t\t\t |               |\n| **gearbox**                | *`string`*   \t\t\t |               |\n| **brand**                  | *`string`*   \t\t\t |               |\n| **model_group**            | *`string`*   \t\t\t |               |\n| **width**                  | *`string`*   \t\t\t |               |\n| **height**                 | *`string`*   \t\t\t |               |\n| **length**                 | *`string`*   \t\t\t |               |\n| **color**                  | *`string`*   \t\t\t |               |\n\n\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[],"_postman_id":"936d517d-6fd6-4079-8583-8b12c4df5209"},{"name":"GET Analysis stock","id":"0a1d3978-fefa-42b2-b6bc-e9f960abd2bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-access-token","value":"{{token}}","type":"text"}],"url":{"raw":"{{domain}}/analysis/:analysis_id/stock?page[size]=20&page[number]=1&status=vn,vd,vo","host":["{{domain}}"],"path":["analysis",":analysis_id","stock"],"query":[{"key":"page[size]","value":"20"},{"key":"page[number]","value":"1"},{"key":"price[min]","value":"100","type":"text","disabled":true},{"key":"price[max]","value":"10000","type":"text","disabled":true},{"key":"status","value":"vn,vd,vo","type":"text"}],"variable":[{"key":"analysis_id","value":"040cec9d-5d18-40b4-a083-04ac0c0cd0f4","type":"string"}]}},"response":[],"_postman_id":"0a1d3978-fefa-42b2-b6bc-e9f960abd2bf"}],"id":"e77c327e-0d41-4a89-9197-5d1f2291a10e","_postman_id":"e77c327e-0d41-4a89-9197-5d1f2291a10e"},{"name":"User","item":[{"name":"READ current user","event":[{"listen":"test","script":{"id":"342653af-2cdb-4359-9817-1a43651e2000","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData && jsonData.token) {","    pm.environment.set(\"token\", jsonData.token);","}"],"type":"text/javascript"}}],"id":"da4ab092-0398-4dd8-a777-d0de8ef5ba36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"{{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{domain}}/api/user"},"response":[{"id":"2bf03b24-c1f2-4f2d-b862-7f8fd528d025","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"{{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{domain}}/api/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1040"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 14:22:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"cookie\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjQ2NjkzNTV9.WU8OAL5u-JtcW4OsLyViCR3hC41aTGLeqnkxjX_UWYs\",\n    \"redirect\": \"/InstantRecommendation\",\n    \"result\": true,\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjIxNjM3NTV9.xR4pOJ9ImR8ogrWXhKELH75-_dbt9hT9WBz8c7fkDhg\",\n    \"user_avatar\": \"/static/img/profil/default.jpg\",\n    \"user_email\": \"neuralytic_test_account@yopmail.com\",\n    \"user_firstname\": \"Aaron\",\n    \"user_id\": \"b3533055-8198-4ba7-9d54-85f6d5fdf583\",\n    \"user_lastname\": \"Boateng\"\n}"}],"_postman_id":"da4ab092-0398-4dd8-a777-d0de8ef5ba36"},{"name":"READ user rules","event":[{"listen":"test","script":{"id":"342653af-2cdb-4359-9817-1a43651e2000","exec":[""],"type":"text/javascript"}}],"id":"e11209b8-0b93-46a5-a816-963d03cacfcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/users/:user_id/rules","host":["{{domain}}"],"path":["users",":user_id","rules"],"variable":[{"key":"user_id","value":"{{userId}}","type":"string"}]}},"response":[{"id":"59b4b3fc-4fc2-45c9-be7a-e796ceacd6b1","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/users/:user_id/rules","host":["{{domain}}"],"path":["users",":user_id","rules"],"variable":[{"key":"user_id","value":"{{userId}}","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1040"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 14:22:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"cookie\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjQ2NjkzNTV9.WU8OAL5u-JtcW4OsLyViCR3hC41aTGLeqnkxjX_UWYs\",\n    \"redirect\": \"/InstantRecommendation\",\n    \"result\": true,\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjIxNjM3NTV9.xR4pOJ9ImR8ogrWXhKELH75-_dbt9hT9WBz8c7fkDhg\",\n    \"user_avatar\": \"/static/img/profil/default.jpg\",\n    \"user_email\": \"neuralytic_test_account@yopmail.com\",\n    \"user_firstname\": \"Aaron\",\n    \"user_id\": \"b3533055-8198-4ba7-9d54-85f6d5fdf583\",\n    \"user_lastname\": \"Boateng\"\n}"}],"_postman_id":"e11209b8-0b93-46a5-a816-963d03cacfcf"},{"name":"PATCH user rule","event":[{"listen":"test","script":{"id":"342653af-2cdb-4359-9817-1a43651e2000","exec":[""],"type":"text/javascript"}}],"id":"a09d5119-6d25-44dc-a0eb-cbeb27a3004d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"active\": true,\n\t\"value\": null\n}"},"url":{"raw":"{{domain}}/users/:user_id/rules/:rule_id","host":["{{domain}}"],"path":["users",":user_id","rules",":rule_id"],"variable":[{"key":"user_id","value":"{{userId}}","type":"string"},{"key":"rule_id","value":"exclude_empty_picture","type":"string"}]}},"response":[{"id":"78c04387-5a70-40f1-80c3-e5a7d3ab102f","name":"SUCCESS","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"active\": true,\n\t\"value\": null\n}"},"url":{"raw":"{{domain}}/users/:user_id/rules/:rule_id","host":["{{domain}}"],"path":["users",":user_id","rules",":rule_id"],"variable":[{"key":"user_id","value":"{{userId}}","type":"string"},{"key":"rule_id","value":"exclude_empty_picture","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1040"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 14:22:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"cookie\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjQ2NjkzNTV9.WU8OAL5u-JtcW4OsLyViCR3hC41aTGLeqnkxjX_UWYs\",\n    \"redirect\": \"/InstantRecommendation\",\n    \"result\": true,\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjIxNjM3NTV9.xR4pOJ9ImR8ogrWXhKELH75-_dbt9hT9WBz8c7fkDhg\",\n    \"user_avatar\": \"/static/img/profil/default.jpg\",\n    \"user_email\": \"neuralytic_test_account@yopmail.com\",\n    \"user_firstname\": \"Aaron\",\n    \"user_id\": \"b3533055-8198-4ba7-9d54-85f6d5fdf583\",\n    \"user_lastname\": \"Boateng\"\n}"}],"_postman_id":"a09d5119-6d25-44dc-a0eb-cbeb27a3004d"}],"id":"48694c73-71d0-459c-813c-560a7fe44ce4","_postman_id":"48694c73-71d0-459c-813c-560a7fe44ce4"},{"name":"Customer","item":[{"name":"READ CUSTOMER","id":"9f56ab92-1f0d-4b50-97c5-2a4e0e3cb941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{domain}}/customers/:customer_id","host":["{{domain}}"],"path":["customers",":customer_id"],"variable":[{"key":"customer_id","value":"bfde64d1-adfb-4220-abdc-2b91f9b00caf","type":"string"}]},"description":"# **Read customer informations**\n\n\n## **URL parameters**\n\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t|\n   |--------------------|-------------------------------|-------------------------------------------------------|\n   | **customer_id**\t|*`string`*            \t\t\t| Id of current customer\t\t\t\t\t\t\t\t|\n\n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Costumer informations**\n\n\n   |    Name    \t\t\t\t\t\t\t\t| Type                       |Description                        \t\t\t\t\t\t\t|Value\t    \t\t|\n   |--------------------------------------------|---------------------------|---------------------------------------------------------------|-------------------|\n   | public_id                                  | *`string`*                | Customer public id                                            |                   |\n   | business_name                              | *`string`*                | If customer is a business; business_name                      |                   |\n   | raw_name                                   | *`string`*                | Customer name as received from sources (ex: mecaplanning name)|                   |\n   | firstname                                  | *`string`*                | Customer firstname                                            |                   |\n   | lastname                                   | *`string`*                | Customer lastname                                             |                   |\n   | date_of_birth                              | *`string`*                | Customer birthdate                                            |                   |\n   | postal_address                             | *`string`*                | Customer postal adress                                        |                   |\n   | postal_code                                | *`string`*                | Customer postal code                                          |                   |\n   | city                                       | *`string`*                | Customer city                                                 |                   |\n   | driving_law                                | *`string`*                | Customer driving law                                          |                   |\n   | email                                      | *`string`*                | Customer email                                                |                   |\n   | nb_kids                                    | *`string`*                | Customer number of kids                                       |                   |\n   | phone_number                               | *`string`*                | Customer phone number                                         |                   |\n   | pred_date_of_birth                         | *`string`*                | Customer date of birth predicted                              |                   |\n   | pred_driving_law                           | *`string`*                | Customer driving law predicted                                |                   |\n   | pred_nb_kids                               | *`string`*                | Customer number of kids predicted                             |                   |\n   | pred_sex                                   | *`int`*               \t| Customer sex predicted                                        |`0(female)/1(male)`|\n   | sex                                        | *`int`*               \t| Customer sex                                                  |`0(female)/1(male)`|\n   | updated_at                                 | *`string`*                | Customer updated                                              |                   |\n\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"93084b00-4eb7-4507-b33e-9b7270892b2a","name":"Unauthorized Error","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJhY2FjZmJiNjMxNWY0YWNjYTEyZDhlODY1YzQ0NWU2ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiYWMwYjZiMGEtMDQzMy00ZjYyLWEwOTYtMzA4ODYzZThkZWYzIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiIzMDgzYTdmZi00MWZhLTRmMDAtYTQzZS04YTE4MWZhMTU4OTMiLCJjdXJyZW50X2RvbWFpbiI6IjI2YjA4OTA0LTZkZGMtNDg1Yy05YmQxLWJkNWIzODlkMjkzYSIsImV4cCI6MTU2NTI5MTg2Mn0.C0ZNJgyQeUbsc0GMfk90uAhA6d-F2rSP32J1z-66GYY","type":"text"}],"url":{"raw":"{{domain}}/api/read/customer/:plate_id","host":["{{domain}}"],"path":["api","read","customer",":plate_id"],"variable":[{"key":"plate_id","value":"5dfaa395-0f2a-482b-978e-4d0d6f88fabd"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"186"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMtqAzEMRX-leB2DPHqMnZ8JsiW1oTQpMwldhPx7HbrpVuLce7iPdIrN9490vG13P6TT2dIxVRVcmb2MruwEIeBo67BuGCOYhEQX6R1fb6HhwczRzJq7y2JlNa7YyxpFCUEbloFOveiKpgvzBGkYQwmrLubapNDCo4gLl3RI475tfrmd7Pql58t0mnVQG1AWs5Gp8sitW8nduGNttjTUf9x1e9fLedfb-fqiESrqGpGphGYKgDzFPFctdV4K14b_6J_r9rl_6_B0fKS3-wzQAX0aKBAihSwKTWZoFfRqHpieh3Tfffsb0MOgzPkyxNozdWu5NvbMRAqgLoNrev4CYpBu8Q.XUxU-Q.Yt-gtlwiHBOjpKxVhsENZ6abFc4; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Thu, 08 Aug 2019 16:59:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"customer\": [\n            \"Vous ne possédez pas les droits suffisant pour lire les informations concernant ce client\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"9f56ab92-1f0d-4b50-97c5-2a4e0e3cb941"},{"name":"UPDATE CUSTOMER","id":"74559b4a-9b4f-4e43-9c93-52a6716f4e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"firstname\": \"DIDIER\"\n}"},"url":{"raw":"{{domain}}/customers/:customer_id","host":["{{domain}}"],"path":["customers",":customer_id"],"variable":[{"key":"customer_id","value":"bfde64d1-adfb-4220-abdc-2b91f9b00caf","type":"string"}]},"description":"# **Apply discount for specific car**\n\n## **URL parameters**\n\n\n\nSend either one these parameters :\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | **customer_id**\t|*`string`*            \t\t\t| Id of customer\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n   \n## **POST :**\n\n   |    Name    \t\t\t\t\t\t\t\t| Type                       |Description                        \t\t\t\t\t\t\t|Value\t    \t\t|\n   |--------------------------------------------|---------------------------|---------------------------------------------------------------|-------------------|\n   | public_id                                  | *`string`*                | Customer public id                                            |                   |\n   | business_name                              | *`string`*                | If customer is a business; business_name                      |                   |\n   | raw_name                                   | *`string`*                | Customer name as received from sources (ex: mecaplanning name)|                   |\n   | firstname                                  | *`string`*                | Customer firstname                                            |                   |\n   | lastname                                   | *`string`*                | Customer lastname                                             |                   |\n   | date_of_birth                              | *`string`*                | Customer birthdate                                            |                   |\n   | postal_address                             | *`string`*                | Customer postal adress                                        |                   |\n   | postal_code                                | *`string`*                | Customer postal code                                          |                   |\n   | city                                       | *`string`*                | Customer city                                                 |                   |\n   | driving_law                                | *`string`*                | Customer driving law                                          |                   |\n   | email                                      | *`string`*                | Customer email                                                |                   |\n   | nb_kids                                    | *`string`*                | Customer number of kids                                       |                   |\n   | phone_number                               | *`string`*                | Customer phone number                                         |                   |\n   | pred_date_of_birth                         | *`string`*                | Customer date of birth predicted                              |                   |\n   | pred_driving_law                           | *`string`*                | Customer driving law predicted                                |                   |\n   | pred_nb_kids                               | *`string`*                | Customer number of kids predicted                             |                   |\n   | pred_sex                                   | *`int`*               \t| Customer sex predicted                                        |`0(female)/1(male)`|\n   | sex                                        | *`int`*               \t| Customer sex                                                  |`0(female)/1(male)`|\n   | updated_at                                 | *`string`*                | Customer updated                                              |                   |\n\n\n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n   |    Name    \t\t\t\t|Type                   \t\t|Description                        \t\t\t\t|Value\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\t  \n   |----------------------------|-------------------------------|---------------------------------------------------|---------------------------------------------------------------|\t\n   | **message**\t\t\t\t|*`string`*           \t\t\t|Discount creation state\t\t\t\t\t\t\t|`La création de la remise a bien été prise en compte`\t        |\n   | **redirect**\t\t\t\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t\t\t\t\t|`null`     \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t|`false`    \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"de015166-a119-48f7-9d4b-5e7f7a7a9ad6","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI2NmQ4OGJmMmExMGE0ZmQyYmJhNzRhMTNkNDlkM2ZiZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiOTZkZWZlYmEtZTU1ZS00YjA1LWJkNjctNGIyMGFlZGY0NjY1IiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJmMTFlMDUyMy00ZDk4LTRlMGUtYjQ0OS05OGJkMjJkMzM3MzAiLCJjdXJyZW50X2RvbWFpbiI6IjdjY2FjOGNjLTFiMTYtNGI3Mi1iOTBhLWEwZDRlM2UzNmU5NyIsImV4cCI6MTU2NjgzNTc4Mn0.8Y_sOgKNRQ8EIgEuuGT_aPxp0Xf3qptH8V5hOXo0O24"}],"body":{"mode":"formdata","formdata":[{"key":"firstname","type":"text","value":"client"},{"key":"lastname","type":"text","value":"Test"},{"key":"city","type":"text","value":"Meudon"},{"key":"postal_code","type":"text","value":"92190"},{"key":"postal_address","type":"text","value":"Rue du bois bouron"},{"key":"date_of_birth","type":"text","value":"1991-08-25"},{"key":"sex","type":"text","value":"1"},{"key":"email","type":"text","value":"jonathan@yopmail.com"},{"key":"phone_number","type":"text","value":"0641899999"},{"key":"nb_kids","type":"text","value":"99"},{"key":"driving_law","type":"text","value":"9000"},{"key":"pred_date_of_birth","type":"text","value":"1991-07-25"},{"key":"pred_nb_kids","type":"text","value":"0"},{"key":"pred_sex","type":"text","value":"1"},{"key":"pred_driving_law","type":"text","value":"100000"}]},"url":{"raw":"{{domain}}/api/update/customer/:plate_id","host":["{{domain}}"],"path":["api","update","customer",":plate_id"],"variable":[{"key":"plate_id","type":"string","value":"dc812089-38f3-4ad6-b1da-296462192c7b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"478"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvI7BsiV5nMsEyZLboTRTZjJkEXL3TqCLrD_v83iPcBmrb1_hfFt3P4XLbOEcJuFSiRy6CjmmwcmL1W5qZfRByMiSWbW8Zsbug4hGM2vuztmgGk1FoQ4QLElagV4cFaQWk0x0gNiNEgybnM2lMWCmDuxMEE6h7-vq19vFlh-Zr4dT7V361HsEBY6oNUdtSaIkQy9e2Ft945b1U67zJrd5edEDwBPlEtHaFNGTR0VssU1qOVsptaQ3-r6s39uvdA_nR_jYj4N2SA5X8SMLaiI1rqg5idtAZgrPU9g3X_8DZiSEhHHI4YngHpsQR-Mxgbk6gITnH87db7M.XWPm0g.XTD4fw6xcMwh4bsI1a4uBncqgZE; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 26 Aug 2019 14:04:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"Meudon\",\n    \"date_of_birth\": \"1991-08-25\",\n    \"driving_law\": \"9000\",\n    \"email\": \"jonathan@yopmail.com\",\n    \"firstname\": \"client\",\n    \"lastname\": \"Test\",\n    \"nb_kids\": \"99\",\n    \"phone_number\": \"0641899999\",\n    \"postal_address\": \"Rue du bois bouron\",\n    \"postal_code\": \"92190\",\n    \"pred_date_of_birth\": \"1991-07-25\",\n    \"pred_driving_law\": \"100000\",\n    \"pred_nb_kids\": \"0\",\n    \"pred_sex\": \"1\",\n    \"public_id\": \"d97fe56d-d272-447c-af3c-ad31a5693b6e\",\n    \"sex\": \"1\"\n}"},{"id":"dfa33e8c-b8be-4f09-9ede-0d303f93e832","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI2NmQ4OGJmMmExMGE0ZmQyYmJhNzRhMTNkNDlkM2ZiZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiOTZkZWZlYmEtZTU1ZS00YjA1LWJkNjctNGIyMGFlZGY0NjY1IiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJmMTFlMDUyMy00ZDk4LTRlMGUtYjQ0OS05OGJkMjJkMzM3MzAiLCJjdXJyZW50X2RvbWFpbiI6IjdjY2FjOGNjLTFiMTYtNGI3Mi1iOTBhLWEwZDRlM2UzNmU5NyIsImV4cCI6MTU2NjgzNTc4Mn0.8Y_sOgKNRQ8EIgEuuGT_aPxp0Xf3qptH8V5hOXo0O24"}],"body":{"mode":"formdata","formdata":[{"key":"firstname","type":"text","value":"client"},{"key":"lastname","type":"text","value":"Test"},{"key":"city","type":"text","value":"Meudon0"},{"key":"postal_code","type":"text","value":"92190_"},{"key":"postal_address","type":"text","value":"Rue du bois bouron"},{"key":"date_of_birth","type":"text","value":"1991-08-25_"},{"key":"sex","type":"text","value":"1"},{"key":"email","type":"text","value":"jonathan@yopmail.com"},{"key":"phone_number","type":"text","value":"0641899999"},{"key":"nb_kids","type":"text","value":"99"},{"key":"driving_law","type":"text","value":"9000"},{"key":"pred_date_of_birth","type":"text","value":"1991-07-25"},{"key":"pred_nb_kids","type":"text","value":"0"},{"key":"pred_sex","type":"text","value":"1"},{"key":"pred_driving_law","type":"text","value":"100000"}]},"url":{"raw":"{{domain}}/api/update/customer/:plate_id","host":["{{domain}}"],"path":["api","update","customer",":plate_id"],"variable":[{"key":"plate_id","type":"string","value":"dc812089-38f3-4ad6-b1da-296462192c7b"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"378"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvI7BsiV5nMsEyZLboTRTZjJkEXL3TqCLrD_v83iPcBmrb1_hfFt3P4XLbOEcJuFSiRy6CjmmwcmL1W5qZfRByMiSWbW8Zsbug4hGM2vuztmgGk1FoQ4QLElagV4cFaQWk0x0gNiNEgybnM2lMWCmDuxMEE6h7-vq19vFlh-Zr4dT7V361HsEBY6oNUdtSaIkQy9e2Ft945b1U67zJrd5edEDwBPlEtHaFNGTR0VssU1qOVsptaQ3-r6s39uvdA_nR_jYj4N2SA5X8SMLaiI1rqg5idtAZgrPU9g3X_8DZiSEhHHI4YngHpsQR-Mxgbk6gITnH87db7M.XWPmhg.5Bi--xCKP3SoH_E15zNcvJ8puxw; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 26 Aug 2019 14:02:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"city\": [\n            \"Le nom de la ville ne peut contenir que des lettres, espaces ou les caractères suivants (-' )\"\n        ],\n        \"date_of_birth\": [\n            \"Veuillez entrer une date valide au format suivant : YYYY-MM-DD\"\n        ],\n        \"postal_code\": [\n            \"Veuillez entrer un code postal valide exemple: 75000\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"74559b4a-9b4f-4e43-9c93-52a6716f4e05"}],"id":"1a80d986-f1f3-479d-b0c7-6c51363c9dd5","_postman_id":"1a80d986-f1f3-479d-b0c7-6c51363c9dd5"},{"name":"Discount","item":[{"name":"CREATE DISCOUNT","id":"0d08f817-0d7f-4274-bee6-2c3fc6e89a18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI1NTNiZWVkZDE1NjA0MjIzYWU4ODQ3MDBiMzU2OTU1ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiMmI1OGMxZjAtYzhjNS00MGQ2LWFkYjMtMTlmZjA4MTY3NjhmIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJlNTQ0ZjRiOS03MDlhLTQ2NDUtOWUyNS00ZjZkNDc0Mjc4ZDciLCJjdXJyZW50X2RvbWFpbiI6ImJjZmM5ZjcwLTU3NmItNDA1ZC04Zjg2LTNhMmE1MDhmYzlmZSIsImV4cCI6MTU2NjgxOTc0MH0.EqwVP_s9zZSpV5K8NG5H_IKUoIINcLRj_2jR6YK8M-w"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"national_discount_amount","type":"text","value":"400"},{"key":"local_discount_amount","type":"text","value":"400"},{"key":"national_discount_label","type":"text","value":"Cadeau de bienvenu"},{"key":"local_discount_label","type":"text","value":"Cadeau de bienvenu"},{"key":"national_discount_type","type":"text","value":"amount"},{"key":"local_discount_type","type":"text","value":"percent"}]},"url":{"raw":"{{domain}}/api/create/discount/:stock_car_id","host":["{{domain}}"],"path":["api","create","discount",":stock_car_id"],"variable":[{"key":"stock_car_id","value":"6edda64d-c8fd-4033-9318-720d1c4e959f","type":"string"}]},"description":"# **Apply discount for specific car**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **stock_car_id**\t\t|*`string`*            \t| Stock car identifier\t\t\t\t\t\t\t\t\t\t\t|\n   \n   \n## **POST :**\n\n   |    Name    \t\t\t\t\t\t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|Required\t    |Value\t    \t\t|\n   |------------------------------------------------|---------------------------|---------------------------------------------------------------|---------------|-------------------|\n   | **national_discount_amount**\t\t\t\t\t|*`int`*           \t\t\t|National discount amount applied by constructor's\t\t\t\t|`False`\t\t|\t    \t\t\t|\n   | **local_discount_amount**\t\t\t\t\t\t|*`int`*\t           \t\t|Local discount amount applied by distributor       \t\t\t|`False`\t\t|\t\t\t    \t|\n   | **national_discount_label**\t\t\t\t\t|*`string`*\t           \t\t|National discount name        \t\t\t\t\t\t\t\t\t|`False`\t\t|\t\t\t    \t|\t\n   | **local_discount_label**\t\t\t\t\t\t|*`string`*\t           \t\t|Local discount name\t\t        \t\t\t\t\t\t\t|`False`\t\t|\t\t\t    \t|\n   | **national_discount_type**\t\t\t\t\t\t|*`string`*\t           \t\t|Type of amount\t        \t\t\t\t\t\t\t\t\t\t|`False`\t\t|`amount/percent`\t|\t\n   | **local_discount_type**\t\t\t\t\t\t|*`string`*\t           \t\t|Type of amount\t        \t\t\t\t\t\t\t\t\t\t|`False`\t\t|`amount/percent`\t|\n\n\n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n   |    Name    \t\t\t\t|Type                   \t\t|Description                        \t\t\t\t|Value\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\t  \n   |----------------------------|-------------------------------|---------------------------------------------------|---------------------------------------------------------------|\t\n   | **message**\t\t\t\t|*`string`*           \t\t\t|Discount creation state\t\t\t\t\t\t\t|`La création de la remise a bien été prise en compte`\t        |\n   | **redirect**\t\t\t\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t\t\t\t\t|`null`     \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t|`false`    \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"065c4355-d7d4-4d9d-9b40-a4d319a4fd62","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI1NTNiZWVkZDE1NjA0MjIzYWU4ODQ3MDBiMzU2OTU1ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiMmI1OGMxZjAtYzhjNS00MGQ2LWFkYjMtMTlmZjA4MTY3NjhmIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJlNTQ0ZjRiOS03MDlhLTQ2NDUtOWUyNS00ZjZkNDc0Mjc4ZDciLCJjdXJyZW50X2RvbWFpbiI6ImJjZmM5ZjcwLTU3NmItNDA1ZC04Zjg2LTNhMmE1MDhmYzlmZSIsImV4cCI6MTU2NjgxOTc0MH0.EqwVP_s9zZSpV5K8NG5H_IKUoIINcLRj_2jR6YK8M-w"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"national_discount_amount","type":"text","value":"400"},{"key":"local_discount_amount","type":"text","value":"400"},{"key":"national_discount_label","type":"text","value":"Cadeau de bienvenu"},{"key":"local_discount_label","type":"text","value":"Cadeau de bienvenu"},{"key":"national_discount_type","type":"text","value":"amount"},{"key":"local_discount_type","type":"text","value":"pourcent"}]},"url":{"raw":"{{domain}}/api/create/discount/:stock_car_id","host":["{{domain}}"],"path":["api","create","discount",":stock_car_id"],"variable":[{"key":"stock_car_id","value":"6edda64d-c8fd-4033-9318-720d1c4e959f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"114"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEtqAzEQBa8StLZAn-6W5MuYVn-SIcQOMx6yML57xmSTdVGP4j3CxVfbPsL5vu52CpdFwzl0ptoQLctkNEhOyao20anVxREIiAvNWV-YQMwR0YfqMDMqmptirzM3zww18ahZqsHM3KpyQTxEEMWUXbuRGg_KUFAyGWEOpyD7utr1ftHbFy_Xo2mKy_CWIjaaERJq7N4pVi6Mqb-g_fNu6ztfl43vy-1lGwI4zBFbGhyPZIzDCkZwUmhQWtf2z_65rZ_bN4uF8yO87cdAmdgle5IuCEmJddY83FPP1Kh7eJ7Cvtn6d6CAllYIonS1CNU59m4cq1ofk22UhuH5C401b0U.XWOgGw.6JGUKKXK9YBxJmoGhdotwhwbbOw; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 26 Aug 2019 09:02:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La création de la remise a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"ce35b654-17bc-412b-ab3a-5e1c9dd72683","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI1NTNiZWVkZDE1NjA0MjIzYWU4ODQ3MDBiMzU2OTU1ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiMmI1OGMxZjAtYzhjNS00MGQ2LWFkYjMtMTlmZjA4MTY3NjhmIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJlNTQ0ZjRiOS03MDlhLTQ2NDUtOWUyNS00ZjZkNDc0Mjc4ZDciLCJjdXJyZW50X2RvbWFpbiI6ImJjZmM5ZjcwLTU3NmItNDA1ZC04Zjg2LTNhMmE1MDhmYzlmZSIsImV4cCI6MTU2NjgxOTc0MH0.EqwVP_s9zZSpV5K8NG5H_IKUoIINcLRj_2jR6YK8M-w"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"national_discount_amount","type":"text","value":"400"},{"key":"local_discount_amount","type":"text","value":"400"},{"key":"national_discount_label","type":"text","value":"Cadeau de bienvenu"},{"key":"local_discount_label","type":"text","value":"Cadeau de bienvenu"},{"key":"national_discount_type","type":"text","value":"amount"},{"key":"local_discount_type","type":"text","value":"pourcent"}]},"url":{"raw":"{{domain}}/api/create/discount/:stock_car_id","host":["{{domain}}"],"path":["api","create","discount",":stock_car_id"],"variable":[{"key":"stock_car_id","value":"6edda64d-c8fd-4033-9318-720d1c4e959f"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEtqAzEQBa8StLZAn-6W5MuYVn-SIcQOMx6yML57xmSTdVGP4j3CxVfbPsL5vu52CpdFwzl0ptoQLctkNEhOyao20anVxREIiAvNWV-YQMwR0YfqMDMqmptirzM3zww18ahZqsHM3KpyQTxEEMWUXbuRGg_KUFAyGWEOpyD7utr1ftHbFy_Xo2mKy_CWIjaaERJq7N4pVi6Mqb-g_fNu6ztfl43vy-1lGwI4zBFbGhyPZIzDCkZwUmhQWtf2z_65rZ_bN4uF8yO87cdAmdgle5IuCEmJddY83FPP1Kh7eJ7Cvtn6d6CAllYIonS1CNU59m4cq1ofk22UhuH5C401b0U.XWOfuw.83UTOMhQPhKevcN6hjWMyJmaqGI; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 26 Aug 2019 09:00:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"authorization\": [\n            \"Une réduction a déja été appliqué a ce vehicule\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"0d08f817-0d7f-4274-bee6-2c3fc6e89a18"},{"name":"READ DISCOUNT","id":"bf29b4d0-3b32-445d-871b-f627ad5803c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI2NmQ4OGJmMmExMGE0ZmQyYmJhNzRhMTNkNDlkM2ZiZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiOTZkZWZlYmEtZTU1ZS00YjA1LWJkNjctNGIyMGFlZGY0NjY1IiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJmMTFlMDUyMy00ZDk4LTRlMGUtYjQ0OS05OGJkMjJkMzM3MzAiLCJjdXJyZW50X2RvbWFpbiI6IjdjY2FjOGNjLTFiMTYtNGI3Mi1iOTBhLWEwZDRlM2UzNmU5NyIsImV4cCI6MTU2NjkyMzI4OH0.ijIVmDr9CanoyQZnd_QLwq8hl89dGdKZp2wnjSvwENs"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/api/read/discount/:immat","host":["{{domain}}"],"path":["api","read","discount",":immat"],"variable":[{"key":"immat","value":"EN-235-FN","type":"string"}]},"description":"# **Read discount for specific car**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **immat**\t\t|*`string`*            \t\t\t|Valid plate\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n   \n\n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n   |    Name    \t\t\t\t\t\t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\n   |------------------------------------------------|---------------------------|---------------------------------------------------------------|\n   | **national_discount_amount**\t\t\t\t\t|*`int`*           \t\t\t|National discount amount applied by constructor's\t\t\t\t|\n   | **local_discount_amount**\t\t\t\t\t\t|*`int`*\t           \t\t|Local discount amount applied by distributor       \t\t\t|\n   | **national_discount_label**\t\t\t\t\t|*`string`*\t           \t\t|National discount name        \t\t\t\t\t\t\t\t\t|\t\n   | **local_discount_label**\t\t\t\t\t\t|*`string`*\t           \t\t|Local discount name\t\t        \t\t\t\t\t\t\t|\n   | **national_discount_type**\t\t\t\t\t\t|*`string`*\t           \t\t|Type of amount\t        \t\t\t\t\t\t\t\t\t\t|\t\n   | **local_discount_type**\t\t\t\t\t\t|*`string`*\t           \t\t|Type of amount\t        \t\t\t\t\t\t\t\t\t\t|\n   | **created_at**\t\t\t\t\t\t\t\t\t|*`string`*\t           \t\t|Datetime of discount creation        \t\t\t\t\t\t\t|\n   | **update_at**\t\t\t\t\t\t\t\t\t|*`string`*\t           \t\t|Datetime of discount modification       \t\t\t\t\t\t|\n   \n   \n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"b1021798-07ee-4aa1-b942-c60dbf92b20d","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI1NTNiZWVkZDE1NjA0MjIzYWU4ODQ3MDBiMzU2OTU1ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiMmI1OGMxZjAtYzhjNS00MGQ2LWFkYjMtMTlmZjA4MTY3NjhmIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJlNTQ0ZjRiOS03MDlhLTQ2NDUtOWUyNS00ZjZkNDc0Mjc4ZDciLCJjdXJyZW50X2RvbWFpbiI6ImJjZmM5ZjcwLTU3NmItNDA1ZC04Zjg2LTNhMmE1MDhmYzlmZSIsImV4cCI6MTU2NjgxOTc0MH0.EqwVP_s9zZSpV5K8NG5H_IKUoIINcLRj_2jR6YK8M-w"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/api/read/discount/:immat","host":["{{domain}}"],"path":["api","read","discount",":immat"],"variable":[{"key":"immat","value":"EN-235-FN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"328"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEtqAzEQBa8StLZAn-6W5MuYVn-SIcQOMx6yML57xmSTdVGP4j3CxVfbPsL5vu52CpdFwzl0ptoQLctkNEhOyao20anVxREIiAvNWV-YQMwR0YfqMDMqmptirzM3zww18ahZqsHM3KpyQTxEEMWUXbuRGg_KUFAyGWEOpyD7utr1ftHbFy_Xo2mKy_CWIjaaERJq7N4pVi6Mqb-g_fNu6ztfl43vy-1lGwI4zBFbGhyPZIzDCkZwUmhQWtf2z_65rZ_bN4uF8yO87cdAmdgle5IuCEmJddY83FPP1Kh7eJ7Cvtn6d6CAllYIonS1CNU59m4cq1ofk22UhuH5C401b0U.XWOl_w.3wgJLpWZZbUUHqUcIZJsK4_b9JA; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 26 Aug 2019 09:27:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_at\": \"2019-08-26T09:02:19\",\n    \"local_discount_amount\": 400,\n    \"local_discount_label\": \"Cadeau de bienvenu\",\n    \"local_discount_type\": \"pourcent\",\n    \"national_discount_amount\": 400,\n    \"national_discount_label\": \"Cadeau de bienvenu\",\n    \"national_discount_type\": \"amount\",\n    \"update_at\": \"2019-08-26T09:02:19\"\n}"},{"id":"bca7b3ec-4a63-4ee1-b15b-1f5b0ccccdaf","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI1NTNiZWVkZDE1NjA0MjIzYWU4ODQ3MDBiMzU2OTU1ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiMmI1OGMxZjAtYzhjNS00MGQ2LWFkYjMtMTlmZjA4MTY3NjhmIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJlNTQ0ZjRiOS03MDlhLTQ2NDUtOWUyNS00ZjZkNDc0Mjc4ZDciLCJjdXJyZW50X2RvbWFpbiI6ImJjZmM5ZjcwLTU3NmItNDA1ZC04Zjg2LTNhMmE1MDhmYzlmZSIsImV4cCI6MTU2NjgxOTc0MH0.EqwVP_s9zZSpV5K8NG5H_IKUoIINcLRj_2jR6YK8M-w"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/api/read/discount/:immat","host":["{{domain}}"],"path":["api","read","discount",":immat"],"variable":[{"key":"immat","value":"EN-235-FE"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"140"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEtqAzEQBa8StLZAn-6W5MuYVn-SIcQOMx6yML57xmSTdVGP4j3CxVfbPsL5vu52CpdFwzl0ptoQLctkNEhOyao20anVxREIiAvNWV-YQMwR0YfqMDMqmptirzM3zww18ahZqsHM3KpyQTxEEMWUXbuRGg_KUFAyGWEOpyD7utr1ftHbFy_Xo2mKy_CWIjaaERJq7N4pVi6Mqb-g_fNu6ztfl43vy-1lGwI4zBFbGhyPZIzDCkZwUmhQWtf2z_65rZ_bN4uF8yO87cdAmdgle5IuCEmJddY83FPP1Kh7eJ7Cvtn6d6CAllYIonS1CNU59m4cq1ofk22UhuH5C401b0U.XWOl6Q.fdaEVh1u8_9ixm16uegbo6X03qA; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 26 Aug 2019 09:27:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"discount\": [\n            \"Vous ne pouvez pas accéder cette réduction\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"bf29b4d0-3b32-445d-871b-f627ad5803c5"},{"name":"UPDATE DISCOUNT","id":"ce3afb55-d92a-457c-9585-7816170dda22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI1NTNiZWVkZDE1NjA0MjIzYWU4ODQ3MDBiMzU2OTU1ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiMmI1OGMxZjAtYzhjNS00MGQ2LWFkYjMtMTlmZjA4MTY3NjhmIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJlNTQ0ZjRiOS03MDlhLTQ2NDUtOWUyNS00ZjZkNDc0Mjc4ZDciLCJjdXJyZW50X2RvbWFpbiI6ImJjZmM5ZjcwLTU3NmItNDA1ZC04Zjg2LTNhMmE1MDhmYzlmZSIsImV4cCI6MTU2NjgxOTc0MH0.EqwVP_s9zZSpV5K8NG5H_IKUoIINcLRj_2jR6YK8M-w"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"national_discount_amount","type":"text","value":"800000000"},{"key":"local_discount_amount","type":"text","value":"400"},{"key":"national_discount_label","type":"text","value":"La quinzaine des polos"},{"key":"local_discount_label","type":"text","value":"La quinzaine des polos"},{"key":"national_discount_type","type":"text","value":"amount"},{"key":"local_discount_type","type":"text","value":"pourcent"}]},"url":{"raw":"{{domain}}/api/update/discount/:immat","host":["{{domain}}"],"path":["api","update","discount",":immat"],"variable":[{"key":"immat","value":"","type":"string"}]},"description":"# **Update specific discount**\n\n## **URL parameters**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |------------------------|-------------------------------|---------------------------------------------------------------|\n   | **immat**\t\t\t\t|*`string`*            \t\t\t|Valid immatriculation\t\t\t\t\t\t\t\t\t\t\t|\n   \n   \n## **POST :**\n\n   |    Name    \t\t\t\t\t\t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|Required\t    |Value\t    \t\t|\n   |------------------------------------------------|---------------------------|---------------------------------------------------------------|---------------|-------------------|\n   | **national_discount_amount**\t\t\t\t\t|*`int`*           \t\t\t|National discount amount applied for constructor's promotions\t|`False`\t\t|\t    \t\t\t|\n   | **local_discount_amount**\t\t\t\t\t\t|*`int`*\t           \t\t|Local discount amount applied for distributor       \t\t\t|`False`\t\t|\t\t\t    \t|\n   | **national_discount_label**\t\t\t\t\t|*`string`*\t           \t\t|National discount name        \t\t\t\t\t\t\t\t\t|`False`\t\t|\t\t\t    \t|\t\n   | **local_discount_label**\t\t\t\t\t\t|*`string`*\t           \t\t|Local discount name\t\t        \t\t\t\t\t\t\t|`False`\t\t|\t\t\t    \t|\n   | **national_discount_type**\t\t\t\t\t\t|*`string`*\t           \t\t|Type of amount\t        \t\t\t\t\t\t\t\t\t\t|`False`\t\t|`amount/percent`\t|\t\n   | **local_discount_type**\t\t\t\t\t\t|*`string`*\t           \t\t|Type of amount\t        \t\t\t\t\t\t\t\t\t\t|`False`\t\t|`amount/percent`\t|\n\n\n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n   |    Name    \t\t\t\t|Type                   \t\t|Description                        \t\t\t\t|Value\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\t  \n   |----------------------------|-------------------------------|---------------------------------------------------|---------------------------------------------------------------|\t\n   | **message**\t\t\t\t|*`string`*           \t\t\t|Discount creation state\t\t\t\t\t\t\t|`La modifcation de la remise a bien été prise en compte`\t    |\n   | **redirect**\t\t\t\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t\t\t\t\t|`null`     \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t|`false`    \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"f07795bd-e67c-41c6-9b75-afcbfb9f41b7","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI1NTNiZWVkZDE1NjA0MjIzYWU4ODQ3MDBiMzU2OTU1ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiMmI1OGMxZjAtYzhjNS00MGQ2LWFkYjMtMTlmZjA4MTY3NjhmIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJlNTQ0ZjRiOS03MDlhLTQ2NDUtOWUyNS00ZjZkNDc0Mjc4ZDciLCJjdXJyZW50X2RvbWFpbiI6ImJjZmM5ZjcwLTU3NmItNDA1ZC04Zjg2LTNhMmE1MDhmYzlmZSIsImV4cCI6MTU2NjgxOTc0MH0.EqwVP_s9zZSpV5K8NG5H_IKUoIINcLRj_2jR6YK8M-w"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"national_discount_amount","type":"text","value":"400"},{"key":"local_discount_amount","type":"text","value":"400"},{"key":"national_discount_label","type":"text","value":"La quinzaine des polos"},{"key":"local_discount_label","type":"text","value":"La quinzaine des polos"},{"key":"national_discount_type","type":"text","value":"amount"},{"key":"local_discount_type","type":"text","value":"pourcent"}]},"url":{"raw":"{{domain}}/api/update/discount/:discount_id","host":["{{domain}}"],"path":["api","update","discount",":discount_id"],"variable":[{"key":"discount_id","value":"0ca58665-f61d-4575-8ce2-03b7f2ae530b"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"132"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEtqAzEQBa8StLZAn-6W5MuYVn-SIcQOMx6yML57xmSTdVGP4j3CxVfbPsL5vu52CpdFwzl0ptoQLctkNEhOyao20anVxREIiAvNWV-YQMwR0YfqMDMqmptirzM3zww18ahZqsHM3KpyQTxEEMWUXbuRGg_KUFAyGWEOpyD7utr1ftHbFy_Xo2mKy_CWIjaaERJq7N4pVi6Mqb-g_fNu6ztfl43vy-1lGwI4zBFbGhyPZIzDCkZwUmhQWtf2z_65rZ_bN4uF8yO87cdAmdgle5IuCEmJddY83FPP1Kh7eJ7Cvtn6d6CAllYIonS1CNU59m4cq1ofk22UhuH5C401b0U.XWOhBw.tClK1PMBHUn2tupzO4sHS46Oi7k; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 26 Aug 2019 09:06:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"discount\": [\n            \"La réduction n'a pas été reconnue\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"ce3afb55-d92a-457c-9585-7816170dda22"},{"name":"DELETE DISCOUNT","id":"7d21e6f0-5ccd-42da-a2ed-694975f01454","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI1NTNiZWVkZDE1NjA0MjIzYWU4ODQ3MDBiMzU2OTU1ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiMmI1OGMxZjAtYzhjNS00MGQ2LWFkYjMtMTlmZjA4MTY3NjhmIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJlNTQ0ZjRiOS03MDlhLTQ2NDUtOWUyNS00ZjZkNDc0Mjc4ZDciLCJjdXJyZW50X2RvbWFpbiI6ImJjZmM5ZjcwLTU3NmItNDA1ZC04Zjg2LTNhMmE1MDhmYzlmZSIsImV4cCI6MTU2NjgxOTc0MH0.EqwVP_s9zZSpV5K8NG5H_IKUoIINcLRj_2jR6YK8M-w"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"national_discount_amount","type":"text","value":"400"},{"key":"local_discount_amount","type":"text","value":"400"},{"key":"national_discount_label","type":"text","value":"La quinzaine des polos"},{"key":"local_discount_label","type":"text","value":"La quinzaine des polos"},{"key":"national_discount_type","type":"text","value":"amount"},{"key":"local_discount_type","type":"text","value":"pourcent"}]},"url":{"raw":"{{domain}}/api/delete/discount/:immat","host":["{{domain}}"],"path":["api","delete","discount",":immat"],"variable":[{"key":"immat","value":"EN-235-FN","type":"string"}]},"description":"# **Read discount for specific car**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **immat**\t\t|*`string`*            \t\t\t|Valid plate\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n   \n\n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n   |    Name    \t\t\t\t|Type                   \t\t|Description                        \t\t\t\t|Value\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\t  \n   |----------------------------|-------------------------------|---------------------------------------------------|---------------------------------------------------------------|\t\n   | **message**\t\t\t\t|*`string`*           \t\t\t|Discount deletion state\t\t\t\t\t\t\t|`La suppression de la remise a bien été prise en compte`\t    |\n   | **redirect**\t\t\t\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t\t\t\t\t|`null`     \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t\t\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t\t\t\t\t|`false`    \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n   \n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"dcfc7f8e-cceb-43a2-93ff-e214d5e41867","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI1NTNiZWVkZDE1NjA0MjIzYWU4ODQ3MDBiMzU2OTU1ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiMmI1OGMxZjAtYzhjNS00MGQ2LWFkYjMtMTlmZjA4MTY3NjhmIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJlNTQ0ZjRiOS03MDlhLTQ2NDUtOWUyNS00ZjZkNDc0Mjc4ZDciLCJjdXJyZW50X2RvbWFpbiI6ImJjZmM5ZjcwLTU3NmItNDA1ZC04Zjg2LTNhMmE1MDhmYzlmZSIsImV4cCI6MTU2NjgxOTc0MH0.EqwVP_s9zZSpV5K8NG5H_IKUoIINcLRj_2jR6YK8M-w"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"national_discount_amount","type":"text","value":"400"},{"key":"local_discount_amount","type":"text","value":"400"},{"key":"national_discount_label","type":"text","value":"La quinzaine des polos"},{"key":"local_discount_label","type":"text","value":"La quinzaine des polos"},{"key":"national_discount_type","type":"text","value":"amount"},{"key":"local_discount_type","type":"text","value":"pourcent"}]},"url":{"raw":"{{domain}}/api/delete/discount/:immat","host":["{{domain}}"],"path":["api","delete","discount",":immat"],"variable":[{"key":"immat","value":"EN-235-FN"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"120"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEtqAzEQBa8StLZAn-6W5MuYVn-SIcQOMx6yML57xmSTdVGP4j3CxVfbPsL5vu52CpdFwzl0ptoQLctkNEhOyao20anVxREIiAvNWV-YQMwR0YfqMDMqmptirzM3zww18ahZqsHM3KpyQTxEEMWUXbuRGg_KUFAyGWEOpyD7utr1ftHbFy_Xo2mKy_CWIjaaERJq7N4pVi6Mqb-g_fNu6ztfl43vy-1lGwI4zBFbGhyPZIzDCkZwUmhQWtf2z_65rZ_bN4uF8yO87cdAmdgle5IuCEmJddY83FPP1Kh7eJ7Cvtn6d6CAllYIonS1CNU59m4cq1ofk22UhuH5C401b0U.XWOmPg.tbQsk-uSWfIW6prVjuqQwXu_5zU; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 26 Aug 2019 09:28:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"discount\": [\n            \"Vous ne pouvez pas supprimer cette réduction\"\n        ]\n    },\n    \"result\": false\n}"}],"_postman_id":"7d21e6f0-5ccd-42da-a2ed-694975f01454"}],"id":"7a406210-9242-4132-a732-5b6be5dc322c","_postman_id":"7a406210-9242-4132-a732-5b6be5dc322c"},{"name":"Domain","item":[{"name":"READ DOMAIN TEAM","id":"5b84fe5f-b83d-4aed-9f35-7f2e692d8acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI3YmY4ZjE3MTZjOTY0ODQ1YTI5YzNhNmM1MTRmNTc4NiIsImN1cnJlbnRfd29ya3NwYWNlIjoiMWNjMmJhMmEtNThiMi00YjZiLTg4MzctOGQyMDQ5OWYzNGQ0IiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJhMTgxMGMwMS03ODRlLTRiOGItYTFiMS0zZjMyYWFlYzg0ZGQiLCJjdXJyZW50X2RvbWFpbiI6IjBlN2QzYTUyLTFkODEtNGNlZi1iNWMzLTczZjQ5MmNlMjU4MCIsImV4cCI6MTU2NDY3MzM0MX0.nhplqhpADJtyWZ08THfDrMvEj-Hvcyk8KYD921ydMiA"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":"{{domain}}/read/domains_team","description":"# **Read organisation team**\n\n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n**List of team in organisation (JSON)**\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t| \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **organisation_name**\t\t|*`json`*           \t\t|Organisation name            \t        \t\t\t\t\t\t|\n   | id\t\t\t\t\t\t\t|*`string`*           \t\t|Team id           \t        \t\t\t\t\t\t\t\t\t|\n   | name\t\t\t\t\t\t|*`string`*           \t\t|Team name           \t        \t\t\t\t\t\t\t\t|"},"response":[{"id":"fce4e5b2-bd7d-40fc-a94c-05843bb07cb0","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI3YmY4ZjE3MTZjOTY0ODQ1YTI5YzNhNmM1MTRmNTc4NiIsImN1cnJlbnRfd29ya3NwYWNlIjoiMWNjMmJhMmEtNThiMi00YjZiLTg4MzctOGQyMDQ5OWYzNGQ0IiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJhMTgxMGMwMS03ODRlLTRiOGItYTFiMS0zZjMyYWFlYzg0ZGQiLCJjdXJyZW50X2RvbWFpbiI6IjBlN2QzYTUyLTFkODEtNGNlZi1iNWMzLTczZjQ5MmNlMjU4MCIsImV4cCI6MTU2NDY3MzM0MX0.nhplqhpADJtyWZ08THfDrMvEj-Hvcyk8KYD921ydMiA"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":"{{domain}}/read/domains_team","description":"# **Read organisation team**\n\n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n**List of team in organisation (JSON)**\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t| \n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **organisation_name**\t\t|*`json`*           \t\t|Organisation name            \t        \t\t\t\t\t\t|\n   | id\t\t\t\t\t\t\t|*`string`*           \t\t|Team id           \t        \t\t\t\t\t\t\t\t\t|\n   | name\t\t\t\t\t\t|*`string`*           \t\t|Team name           \t        \t\t\t\t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"11381"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XUQ1hQ.BmguRlZNUs30vV38hs_xzGsAScM; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 13:07:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"teams\": {\n        \"yopmail\": {\n            \"0\": {\n                \"id\": \"306450ca-6e32-4ba3-95bf-d725a4c5d1f2\",\n                \"name\": \"new-name\"\n            },\n            \"1\": {\n                \"id\": \"fe42e815-f4a4-4092-a081-948ed670afeb\",\n                \"name\": \"yopmail\"\n            },\n            \"2\": {\n                \"id\": \"a0b3f7ae-b9f7-406c-be4b-3367501b063d\",\n                \"name\": \"yopmail\"\n            },\n            \"3\": {\n                \"id\": \"f51253b9-c0ff-44cc-a9a8-dc8fe85eab96\",\n                \"name\": \"yopmail\"\n            },\n            \"4\": {\n                \"id\": \"d0a74f6a-f832-4215-b294-1501f513b179\",\n                \"name\": \"yopmail\"\n            },\n            \"5\": {\n                \"id\": \"1ee0ac62-2560-4467-9720-bf3cc7f7e2cd\",\n                \"name\": \"yopmail\"\n            },\n            \"6\": {\n                \"id\": \"13dcdfbc-7b4b-4958-aee4-9e51ea7adabd\",\n                \"name\": \"yopmail\"\n            },\n            \"7\": {\n                \"id\": \"f7a820b5-e03b-4d3e-aabb-4e05d2566511\",\n                \"name\": \"yopmail\"\n            },\n            \"8\": {\n                \"id\": \"557dc054-299f-4487-8448-8ed381c29185\",\n                \"name\": \"yopmail\"\n            },\n            \"9\": {\n                \"id\": \"f7c188ae-d82e-4e68-999a-0380e88e7f90\",\n                \"name\": \"yopmail\"\n            },\n            \"10\": {\n                \"id\": \"54ed2e44-64ac-4268-86da-38a39cbaa558\",\n                \"name\": \"yopmail\"\n            },\n            \"11\": {\n                \"id\": \"19cbf06b-e894-46fc-9ef7-e3ac2e2c6a87\",\n                \"name\": \"yopmail\"\n            },\n            \"12\": {\n                \"id\": \"412871b0-ef70-4298-b46b-737b3d9c13b0\",\n                \"name\": \"yopmail\"\n            },\n            \"13\": {\n                \"id\": \"afe11fef-7f30-43ba-8994-4d6edccc92bd\",\n                \"name\": \"yopmail\"\n            },\n            \"14\": {\n                \"id\": \"d6a83fec-16b1-4917-a2af-ddf7ba206938\",\n                \"name\": \"yopmail\"\n            },\n            \"15\": {\n                \"id\": \"d7e9a62a-22e7-4cca-9bf2-78819b95eca3\",\n                \"name\": \"yopmail\"\n            },\n            \"16\": {\n                \"id\": \"500a4139-29c1-4fd9-bb0f-320b4661eab6\",\n                \"name\": \"yopmail\"\n            },\n            \"17\": {\n                \"id\": \"0303db15-9b23-4ea7-afe5-9cb7d31a680d\",\n                \"name\": \"yopmail\"\n            },\n            \"18\": {\n                \"id\": \"c85af82d-1dd2-484a-9641-643f7529cd49\",\n                \"name\": \"yopmail\"\n            },\n            \"19\": {\n                \"id\": \"baef23ca-8f42-4e56-b7c4-146d4e29205a\",\n                \"name\": \"yopmail\"\n            },\n            \"20\": {\n                \"id\": \"202183ce-c278-4ef0-8d0c-e19805ee90de\",\n                \"name\": \"yopmail\"\n            },\n            \"21\": {\n                \"id\": \"71b98bd5-7dda-4103-b2c2-13182bc15532\",\n                \"name\": \"yopmail\"\n            },\n            \"22\": {\n                \"id\": \"2f03f75b-95f2-410c-bd2d-84704fcd66b9\",\n                \"name\": \"yopmail\"\n            },\n            \"23\": {\n                \"id\": \"f58e1ea0-2f33-4db2-8f83-4146051d8873\",\n                \"name\": \"yopmail\"\n            },\n            \"24\": {\n                \"id\": \"5a894ee8-edfc-42ea-9567-9292e231f03a\",\n                \"name\": \"yopmail\"\n            },\n            \"25\": {\n                \"id\": \"ba29c916-4429-4f86-8c23-fee4585ca77c\",\n                \"name\": \"yopmail\"\n            },\n            \"26\": {\n                \"id\": \"1e4687e2-df11-4c4c-8957-528d0f03d421\",\n                \"name\": \"yopmail\"\n            },\n            \"27\": {\n                \"id\": \"f62d99ca-296d-43dd-a661-1d861f546d14\",\n                \"name\": \"yopmail\"\n            },\n            \"28\": {\n                \"id\": \"050b0744-dfee-4bfb-b684-9b5ed1c4c76b\",\n                \"name\": \"yopmail\"\n            },\n            \"29\": {\n                \"id\": \"82fbf8dd-d556-4b0f-90ad-5b06e4c8a651\",\n                \"name\": \"yopmail\"\n            },\n            \"30\": {\n                \"id\": \"85a690af-16d0-4b8c-a9c6-1b6d59c3964c\",\n                \"name\": \"yopmail\"\n            },\n            \"31\": {\n                \"id\": \"67c90023-7d81-4ee6-9103-22807259c9c1\",\n                \"name\": \"yopmail\"\n            },\n            \"32\": {\n                \"id\": \"4a01eabb-a8fd-4157-8e29-bb0d3543a864\",\n                \"name\": \"yopmail\"\n            },\n            \"33\": {\n                \"id\": \"bc815d8e-11ff-48f7-8f8f-db118ee18655\",\n                \"name\": \"yopmail\"\n            },\n            \"34\": {\n                \"id\": \"15013ba0-a724-4481-be0c-e5d6efd5b097\",\n                \"name\": \"yopmail\"\n            },\n            \"35\": {\n                \"id\": \"18f3a64c-2f5c-47e6-9125-1701183f24c9\",\n                \"name\": \"yopmail\"\n            },\n            \"36\": {\n                \"id\": \"3a3baa8b-fd05-4b55-9f53-973d7b298fed\",\n                \"name\": \"yopmail\"\n            },\n            \"37\": {\n                \"id\": \"e1ed24e2-2cc8-460e-8295-df70aafa1158\",\n                \"name\": \"yopmail\"\n            },\n            \"38\": {\n                \"id\": \"1f89c4ce-6f42-4d19-9ffc-8eafd6dbb41e\",\n                \"name\": \"yopmail\"\n            },\n            \"39\": {\n                \"id\": \"06d02e24-8258-41fd-adaa-4fe7acb901cf\",\n                \"name\": \"yopmail\"\n            },\n            \"40\": {\n                \"id\": \"5c4ce425-fea3-49c3-97e1-bd9905275587\",\n                \"name\": \"yopmail\"\n            },\n            \"41\": {\n                \"id\": \"10c8c54e-daca-4132-959d-5505f73d6c70\",\n                \"name\": \"yopmail\"\n            },\n            \"42\": {\n                \"id\": \"a101a13c-2db9-4bd9-bf9a-73783cc16ec1\",\n                \"name\": \"yopmail\"\n            },\n            \"43\": {\n                \"id\": \"dd46248d-e822-47ff-a9c9-359514d104d5\",\n                \"name\": \"yopmail\"\n            },\n            \"44\": {\n                \"id\": \"bc2c28ff-9ddf-4bf3-902e-a3b7af8cc24e\",\n                \"name\": \"yopmail\"\n            },\n            \"45\": {\n                \"id\": \"adcc4ced-200c-44eb-9cc9-e85ef91ad711\",\n                \"name\": \"yopmail\"\n            },\n            \"46\": {\n                \"id\": \"88940de1-f972-46a1-b1ff-fbfd6373d6bf\",\n                \"name\": \"yopmail\"\n            },\n            \"47\": {\n                \"id\": \"4f7cd82f-0ceb-49b2-8413-48c468270b5f\",\n                \"name\": \"yopmail\"\n            },\n            \"48\": {\n                \"id\": \"d9c113cc-1a50-4e92-904b-6498461edf45\",\n                \"name\": \"yopmail\"\n            },\n            \"49\": {\n                \"id\": \"35e150ae-5087-4bfd-9a7f-a69a2dbe8720\",\n                \"name\": \"yopmail\"\n            },\n            \"50\": {\n                \"id\": \"e2b5df3e-632c-48c0-a2b6-8bf54669a9a9\",\n                \"name\": \"yopmail\"\n            },\n            \"51\": {\n                \"id\": \"e67a5be3-ba7e-42fe-8808-de6af2c8ad0b\",\n                \"name\": \"yopmail\"\n            },\n            \"52\": {\n                \"id\": \"9495747a-aa81-4fdd-b256-bc2ae3e35802\",\n                \"name\": \"yopmail\"\n            },\n            \"53\": {\n                \"id\": \"6f34ed58-8abc-4867-b904-dfa6b5ce3eca\",\n                \"name\": \"yopmail\"\n            },\n            \"54\": {\n                \"id\": \"c6084608-d731-48f1-95e3-1b2006fd36a6\",\n                \"name\": \"yopmail\"\n            },\n            \"55\": {\n                \"id\": \"753e60bd-7dab-4587-91ef-49d5ccf51834\",\n                \"name\": \"yopmail\"\n            },\n            \"56\": {\n                \"id\": \"85358c1c-5700-40ea-acb9-64c1221ccab7\",\n                \"name\": \"yopmail\"\n            },\n            \"57\": {\n                \"id\": \"f0d92171-6fd9-4454-8d23-2a54249b5607\",\n                \"name\": \"yopmail\"\n            },\n            \"58\": {\n                \"id\": \"c909312d-67f4-48f1-baa5-13ee7461cc0f\",\n                \"name\": \"yopmail\"\n            },\n            \"59\": {\n                \"id\": \"aef2017a-007f-4b97-9769-bd55835e09b9\",\n                \"name\": \"yopmail\"\n            },\n            \"60\": {\n                \"id\": \"2b6bd424-1183-4223-8b75-2a33c205ae39\",\n                \"name\": \"yopmail\"\n            },\n            \"61\": {\n                \"id\": \"76924f4b-be12-42f2-a17f-d4ebf1e491a9\",\n                \"name\": \"yopmail\"\n            },\n            \"62\": {\n                \"id\": \"9f57c538-7ed5-41e0-8cae-d64f442647e1\",\n                \"name\": \"yopmail\"\n            },\n            \"63\": {\n                \"id\": \"010cbbf7-c5db-41aa-bbf2-36d3638b16c7\",\n                \"name\": \"yopmail\"\n            },\n            \"64\": {\n                \"id\": \"d99f9907-6a73-4698-b995-288597ec8139\",\n                \"name\": \"yopmail\"\n            },\n            \"65\": {\n                \"id\": \"b494bc18-42e5-436e-8fcf-d874640d3ef5\",\n                \"name\": \"yopmail\"\n            },\n            \"66\": {\n                \"id\": \"2fc387a3-fe18-4322-a54e-e94404217f31\",\n                \"name\": \"yopmail\"\n            },\n            \"67\": {\n                \"id\": \"361ca584-9546-46c9-898c-831f6b83974e\",\n                \"name\": \"yopmail\"\n            },\n            \"68\": {\n                \"id\": \"e321e6b0-680a-4613-b250-ce402ce46288\",\n                \"name\": \"yopmail\"\n            },\n            \"69\": {\n                \"id\": \"3b75bb99-aca7-415a-8561-3170bc7a5f8b\",\n                \"name\": \"yopmail\"\n            },\n            \"70\": {\n                \"id\": \"69ba0875-1203-4f2e-bfa6-af60b3678ca5\",\n                \"name\": \"yopmail\"\n            },\n            \"71\": {\n                \"id\": \"123379ab-a5a1-42fb-992e-85cb0f4c523c\",\n                \"name\": \"yopmail\"\n            },\n            \"72\": {\n                \"id\": \"30d7b769-ce93-4c8b-ab02-377252260648\",\n                \"name\": \"yopmail\"\n            },\n            \"73\": {\n                \"id\": \"671982eb-52df-4a4b-a58a-74c1cad02718\",\n                \"name\": \"yopmail\"\n            },\n            \"74\": {\n                \"id\": \"0b45c831-1b1e-4ac0-9719-43cd47aa688f\",\n                \"name\": \"yopmail\"\n            },\n            \"75\": {\n                \"id\": \"14a8ecf3-3910-4a6e-93fa-b39eea7061de\",\n                \"name\": \"yopmail\"\n            },\n            \"76\": {\n                \"id\": \"2f2a01b2-d42d-4412-8c78-e70d075f02f0\",\n                \"name\": \"yopmail\"\n            },\n            \"77\": {\n                \"id\": \"15c51273-6c60-409c-9db4-17a66db35cc5\",\n                \"name\": \"yopmail\"\n            },\n            \"78\": {\n                \"id\": \"a81a0248-c01a-4485-85c0-e7e92bb0c637\",\n                \"name\": \"yopmail\"\n            },\n            \"79\": {\n                \"id\": \"afbb4a77-efc6-48f1-9117-8b37ca208024\",\n                \"name\": \"yopmail\"\n            },\n            \"80\": {\n                \"id\": \"b931adc3-4bcb-4528-9d84-0a6a1b3d9f94\",\n                \"name\": \"yopmail\"\n            },\n            \"81\": {\n                \"id\": \"f8a58b60-66a3-46fc-b35b-cc144ecd22c9\",\n                \"name\": \"yopmail\"\n            },\n            \"82\": {\n                \"id\": \"97091852-a537-40f2-bf7e-5ab69f423252\",\n                \"name\": \"yopmail\"\n            },\n            \"83\": {\n                \"id\": \"dfc6cd96-4af3-4885-89ce-2bb0c90eb0cd\",\n                \"name\": \"yopmail\"\n            },\n            \"84\": {\n                \"id\": \"c85c1b72-b5b9-4ee3-ae72-a520de8fa055\",\n                \"name\": \"yopmail\"\n            },\n            \"85\": {\n                \"id\": \"09474ba6-f56d-4360-a041-a197992b6874\",\n                \"name\": \"yopmail\"\n            },\n            \"86\": {\n                \"id\": \"c894216a-1e49-44bc-91ca-a06dbad57957\",\n                \"name\": \"yopmail\"\n            },\n            \"87\": {\n                \"id\": \"84d23aa9-abb6-48e6-91ba-dcbb425c74cc\",\n                \"name\": \"yopmail\"\n            },\n            \"88\": {\n                \"id\": \"abfb1ad4-b6a7-4c54-be93-98be6552c453\",\n                \"name\": \"yopmail\"\n            },\n            \"89\": {\n                \"id\": \"cefc70ea-ab61-4c89-872a-2e5f9d1d6cff\",\n                \"name\": \"yopmail\"\n            },\n            \"90\": {\n                \"id\": \"e1336805-8afb-44be-9213-e1271a686978\",\n                \"name\": \"yopmail\"\n            },\n            \"91\": {\n                \"id\": \"f4b4252c-d2b7-44fd-8a70-c574fc79c1db\",\n                \"name\": \"yopmail\"\n            },\n            \"92\": {\n                \"id\": \"7cdb690f-c1b5-4c3b-b92c-3535abc29fc6\",\n                \"name\": \"yopmail\"\n            },\n            \"93\": {\n                \"id\": \"875a4c24-e69e-4cf8-9130-85b50693e72c\",\n                \"name\": \"yopmail\"\n            },\n            \"94\": {\n                \"id\": \"c6e087ae-d6a2-4eff-b88a-8f358251f48a\",\n                \"name\": \"yopmail\"\n            },\n            \"95\": {\n                \"id\": \"ae02d282-fd39-4563-9326-c27913e2bf38\",\n                \"name\": \"yopmail\"\n            },\n            \"96\": {\n                \"id\": \"818e0aa6-9830-4958-9dd3-a2a215158d0b\",\n                \"name\": \"yopmail\"\n            },\n            \"97\": {\n                \"id\": \"14a39968-d14c-437b-a716-56e4aca8f6f2\",\n                \"name\": \"yopmail\"\n            },\n            \"98\": {\n                \"id\": \"8be7c0d0-8e58-4537-bb41-8872ec9ba51c\",\n                \"name\": \"yopmail\"\n            },\n            \"99\": {\n                \"id\": \"062c615f-ec1d-4cab-8a9c-77fd5921d8fd\",\n                \"name\": \"yopmail\"\n            },\n            \"100\": {\n                \"id\": \"f78f27b9-3bca-4bce-91e3-80cf8752b2e0\",\n                \"name\": \"yopmail\"\n            },\n            \"101\": {\n                \"id\": \"a1ac018f-d528-463d-b98c-cb0fad07fa09\",\n                \"name\": \"yopmail\"\n            },\n            \"102\": {\n                \"id\": \"e0839eb0-5e45-4b0e-8928-8f3a7b20d525\",\n                \"name\": \"yopmail\"\n            },\n            \"103\": {\n                \"id\": \"3eca458a-d185-4342-b1db-1d667152feed\",\n                \"name\": \"yopmail\"\n            },\n            \"104\": {\n                \"id\": \"9dc95691-02c3-47cc-826d-3aed9d643f44\",\n                \"name\": \"yopmail\"\n            },\n            \"105\": {\n                \"id\": \"9c29c159-702f-4f19-a900-0423f8c7568b\",\n                \"name\": \"yopmail\"\n            },\n            \"106\": {\n                \"id\": \"7792c4ed-3993-4b6d-bcca-30dfcaf8f773\",\n                \"name\": \"yopmail\"\n            },\n            \"107\": {\n                \"id\": \"d28f9b4e-ebc5-4eaa-a36e-cf0652f8b9d5\",\n                \"name\": \"yopmail\"\n            }\n        }\n    }\n}"}],"_postman_id":"5b84fe5f-b83d-4aed-9f35-7f2e692d8acf"}],"id":"1e6fb0bc-5305-4cc2-8b14-3bc760dcd386","_postman_id":"1e6fb0bc-5305-4cc2-8b14-3bc760dcd386"},{"name":"Organisation","item":[{"name":"READ ORGANISATION","id":"ebe0b89f-9abc-4286-bb68-7d21363c3255","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI2Zjk3NGQyMWRmMTQ0N2JhYTc3NjcxNWFlN2M1OTY2ZSIsImV4cCI6MTU2NDEzNjA0OH0.uow_ccr2cmnySgZEwopQynA9hi5X0YzNsWmSaWauEso"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/organisations/:organisation_id","host":["{{domain}}"],"path":["organisations",":organisation_id"],"variable":[{"key":"organisation_id","value":"","type":"string"}]},"description":"# **List organization domain**\n\n> The organization's list of domains return the list of all domains related to its organization\n\n## **SUCCESS RESPONSE *( JSON )* :**\n>  [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n## **`STATUS CODE 200`**\n**List of domain in organisation (JSON)**\n\n    \n   |    Key    \t\t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|Value\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|-----------------------|\n   | **name**\t\t\t\t\t|*`json`*           \t\t|Domain name            \t        \t\t\t\t\t\t\t|\t\t\t\t\t\t|\n   | id\t\t\t\t\t\t\t|*`string`*           \t\t|Organisation id            \t        \t\t\t\t\t\t|\t\t\t\t\t\t|\n   | name\t\t\t\t\t\t|*`string`*           \t\t|Organisation name            \t        \t\t\t\t\t\t|\t\t\t\t\t\t|"},"response":[{"id":"3dd4e61e-7113-4809-8014-fa370856c3ce","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI2Zjk3NGQyMWRmMTQ0N2JhYTc3NjcxNWFlN2M1OTY2ZSIsImV4cCI6MTU2NDEzNjA0OH0.uow_ccr2cmnySgZEwopQynA9hi5X0YzNsWmSaWauEso"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/organisations/:organisation_id","host":["{{domain}}"],"path":["organisations",":organisation_id"],"variable":[{"key":"organisation_id","value":"","type":"string"}]},"description":"# **List organization domain**\n\n> The organization's list of domains return the list of all domains related to its organization\n\n## **SUCCESS RESPONSE *( JSON )* :**\n>  [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n## **`STATUS CODE 200`**\n**List of domain in organisation (JSON)**\n\n    \n   |    Key    \t\t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|Value\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|-----------------------|\n   | **name**\t\t\t\t\t|*`json`*           \t\t|Domain name            \t        \t\t\t\t\t\t\t|\t\t\t\t\t\t|\n   | id\t\t\t\t\t\t\t|*`string`*           \t\t|Organisation id            \t        \t\t\t\t\t\t|\t\t\t\t\t\t|\n   | name\t\t\t\t\t\t|*`string`*           \t\t|Organisation name            \t        \t\t\t\t\t\t|\t\t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"134"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkM1qw0AMhF-l7LkGaXe1P3mZIK2k1pTGxY7pIeTd61BoehsYvmFmbuHsq23v4XRdd3sN51nDKTQuqRIZDmGyDF7AktahosmHUy65cCwi6WGXPMyJyLtqN7MSFatSS4LVkXMC7glHsizINSlHogPMQwnQtVlR414wRxpYrBCG1zD2dbXL9azLJ8-XcLqFl_1oVpNpRFHw1nN3aRyFqlVoUHOMGO5PdFnf-DJvfJ2XZ8BwsWS9a1LNBiAFQShi4ZoP1f8HfC_rx_bFw_7oJq7HM2MkwlwcBVqMx27vFgEYHvS-2fp7I4h7o04TMdiUzdskvdXJ1bnnljKkEe4_mNtxsw.XVwT0g.t69ENG6Mob6GQzrjfaEv7gIxcPw; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 20 Aug 2019 15:37:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_organisation\": {\n        \"0\": {\n            \"id\": \"cfbe3e99-d3dd-4e00-b610-b5216a7410b9\",\n            \"name\": \"concession2\"\n        }\n    }\n}"}],"_postman_id":"ebe0b89f-9abc-4286-bb68-7d21363c3255"},{"name":"UPDATE ORGANISATION","id":"14784e23-f38b-4230-81a7-94be62b622f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI0M2Q3YWUyYTZhNDg0NmRlOGU1ZTE2MjgyNWVhOTgzZSIsImN1cnJlbnRfb3JnYW5pc2F0aW9uIjoiYjM4YzM3NTYtZjc0Yi00N2ViLTk3ZWItMmE4ODk0MDdiOWIxIiwiY3VycmVudF9kb21haW4iOiIwODMzYjNlYy1iYmNhLTRiOTktODQ1My03NDRlMTk2NjFmYzEiLCJleHAiOjE1NjQzOTcyNDZ9.fIJB8cw_5Diaw5yMIxg5dwAe1KSaiJbvuWP0RTkXE0k"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"yopmail"},{"key":"","type":"text","value":"","disabled":true}]},"url":"{{domain}}/update/organisation","description":"# Organisation modification  \n\n> Updating the organization allows you to modify the organization name.  \n\n## **POST**\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | **name**\t\t|*`string`*           \t\t\t|Organisation new name            \t        \t\t\t\t\t|`true`\t\t|\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Organisation update state          |`La modification de l'organisation a bien été prise en compte`\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`        \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                 \t\t\t\t\t\t\t\t\t\t\t|\n  \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | name\t\t\t|*`array`*           \t\t\t|Errors relative to name        \t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t|*`string`*           \t\t\t|Missing name       \t\t\t\t|`Veuillez entrer le nouveau nom de votre organisation`\t\t\t\t\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`     \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`            \t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"response":[{"id":"16e9e6af-6580-4557-a639-d588b517b9c6","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI0M2Q3YWUyYTZhNDg0NmRlOGU1ZTE2MjgyNWVhOTgzZSIsImN1cnJlbnRfb3JnYW5pc2F0aW9uIjoiYjM4YzM3NTYtZjc0Yi00N2ViLTk3ZWItMmE4ODk0MDdiOWIxIiwiY3VycmVudF9kb21haW4iOiIwODMzYjNlYy1iYmNhLTRiOTktODQ1My03NDRlMTk2NjFmYzEiLCJleHAiOjE1NjQzOTcyNDZ9.fIJB8cw_5Diaw5yMIxg5dwAe1KSaiJbvuWP0RTkXE0k"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"yopmail"},{"key":"","type":"text","value":"","disabled":true}]},"url":"{{domain}}/update/organisation","description":"# Organisation modification  \n\n> Updating the organization allows you to modify the organization name.  \n\n## **POST**\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | **name**\t\t|*`string`*           \t\t\t|Organisation new name            \t        \t\t\t\t\t|`true`\t\t|\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Organisation update state          |`La modification de l'organisation a bien été prise en compte`\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`        \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                 \t\t\t\t\t\t\t\t\t\t\t|\n  \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | name\t\t\t|*`array`*           \t\t\t|Errors relative to name        \t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t|*`string`*           \t\t\t|Missing name       \t\t\t\t|`Veuillez entrer le nouveau nom de votre organisation`\t\t\t\t\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`     \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`            \t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"196"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxVkM1qAzEMhF-l-NwF2_qxlZcJli23S2m2eLP0EPLudSg09KDLiG-YmZs792H7uztdx2Gv7rw2d3K5MCQiC1ULGfrO3qCl2rRBr52QkUtkVXi8Gat1IurSmpgZxxZSowwaUg8FwReBUMFQQ0nQSiSaINZGPvSWjZsV4YCRamBjCu7V1WMMu1zPbfss68Wdbu7lmMl8BlCwqloLqkhGgoRoQZhDr8Hdn-g23spl3ct13Z4GCrnObtwTKiZTmRdLzoI-qeg_g-9tfOxfpdofTd4QZu-YRGb-IHEKERom9uK9POhjt_E7I2VSm-Ms0qssiGJLxihLEKVaGvKczN1_AE12cJg.XT6lMw.1Yata5A8ob6um28UEf93Lctl3nY; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 29 Jul 2019 07:50:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"name\": [\n            \"Le nom de votre organisation ne peut contenir que des lettres, espaces ou les caractères suivants (-' )\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"},{"id":"63cf1980-1352-45bb-9582-c3469a36e8b1","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI0M2Q3YWUyYTZhNDg0NmRlOGU1ZTE2MjgyNWVhOTgzZSIsImN1cnJlbnRfb3JnYW5pc2F0aW9uIjoiYjM4YzM3NTYtZjc0Yi00N2ViLTk3ZWItMmE4ODk0MDdiOWIxIiwiY3VycmVudF9kb21haW4iOiIwODMzYjNlYy1iYmNhLTRiOTktODQ1My03NDRlMTk2NjFmYzEiLCJleHAiOjE1NjQzOTcyNDZ9.fIJB8cw_5Diaw5yMIxg5dwAe1KSaiJbvuWP0RTkXE0k"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"yopmail"},{"key":"","type":"text","value":"","disabled":true}]},"url":"{{domain}}/update/organisation","description":"# Organisation modification  \n\n> Updating the organization allows you to modify the organization name.  \n\n## **POST**\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | **name**\t\t|*`string`*           \t\t\t|Organisation new name            \t        \t\t\t\t\t|`true`\t\t|\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Organisation update state          |`La modification de l'organisation a bien été prise en compte`\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`        \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                 \t\t\t\t\t\t\t\t\t\t\t|\n  \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | name\t\t\t|*`array`*           \t\t\t|Errors relative to name        \t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |\t\t\t\t|*`string`*           \t\t\t|Missing name       \t\t\t\t|`Veuillez entrer le nouveau nom de votre organisation`\t\t\t\t\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`     \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`            \t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"122"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxVkM1qAzEMhF-l-NwF2_qxlZcJli23S2m2eLP0EPLudSg09KDLiG-YmZs792H7uztdx2Gv7rw2d3K5MCQiC1ULGfrO3qCl2rRBr52QkUtkVXi8Gat1IurSmpgZxxZSowwaUg8FwReBUMFQQ0nQSiSaINZGPvSWjZsV4YCRamBjCu7V1WMMu1zPbfss68Wdbu7lmMl8BlCwqloLqkhGgoRoQZhDr8Hdn-g23spl3ct13Z4GCrnObtwTKiZTmRdLzoI-qeg_g-9tfOxfpdofTd4QZu-YRGb-IHEKERom9uK9POhjt_E7I2VSm-Ms0qssiGJLxihLEKVaGvKczN1_AE12cJg.XT6lDg.cJr_-uJRnVWzfPs76OM5JIEHkHs; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 29 Jul 2019 07:49:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La modification de l'organisation a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"}],"_postman_id":"14784e23-f38b-4230-81a7-94be62b622f4"},{"name":"DELETE ORGANISATION","id":"0c255fdb-03ad-4856-858a-b503b56cb46e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI0M2Q3YWUyYTZhNDg0NmRlOGU1ZTE2MjgyNWVhOTgzZSIsImN1cnJlbnRfb3JnYW5pc2F0aW9uIjoiYjM4YzM3NTYtZjc0Yi00N2ViLTk3ZWItMmE4ODk0MDdiOWIxIiwiY3VycmVudF9kb21haW4iOiIwODMzYjNlYy1iYmNhLTRiOTktODQ1My03NDRlMTk2NjFmYzEiLCJleHAiOjE1NjQ0MDEzNzh9.x0awWzfvR0D-XSFMrNn9po8d3FqhLJlD97V4yQFh-1M"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"{{domain}}/delete/organisation","description":"# **DELETE organisation**\n\nRemove an organisation\n\n## **SUCCESS RESPONSE *( JSON )* :**\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n## **`STATUS CODE 200`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Organisation update state          |`La suppresion de l'organisation a bien été prise en compte`\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`        \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                 \t\t\t\t\t\t\t\t\t\t\t|\n  \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`     \t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"350c9284-6509-4f8b-b42b-3a608323c2ee","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI0M2Q3YWUyYTZhNDg0NmRlOGU1ZTE2MjgyNWVhOTgzZSIsImN1cnJlbnRfb3JnYW5pc2F0aW9uIjoiYjM4YzM3NTYtZjc0Yi00N2ViLTk3ZWItMmE4ODk0MDdiOWIxIiwiY3VycmVudF9kb21haW4iOiIwODMzYjNlYy1iYmNhLTRiOTktODQ1My03NDRlMTk2NjFmYzEiLCJleHAiOjE1NjQ0MDEzNzh9.x0awWzfvR0D-XSFMrNn9po8d3FqhLJlD97V4yQFh-1M"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"{{domain}}/delete/organisation","description":"# **DELETE organisation**\n\nRemove an organisation\n\n## **SUCCESS RESPONSE *( JSON )* :**\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n## **`STATUS CODE 200`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Organisation update state          |`La suppresion de l'organisation a bien été prise en compte`\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`        \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                 \t\t\t\t\t\t\t\t\t\t\t|\n  \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`     \t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"121"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxVkM1qAzEMhF-l-NwF2_qxlZcJli23S2m2eLP0EPLudSg09KDLiG-YmZs792H7uztdx2Gv7rw2d3K5MCQiC1ULGfrO3qCl2rRBr52QkUtkVXi8Gat1IurSmpgZxxZSowwaUg8FwReBUMFQQ0nQSiSaINZGPvSWjZsV4YCRamBjCu7V1WMMu1zPbfss68Wdbu7lmMl8BlCwqloLqkhGgoRoQZhDr8Hdn-g23spl3ct13Z4GCrnObtwTKiZTmRdLzoI-qeg_g-9tfOxfpdofTd4QZu-YRGb-IHEKERom9uK9POhjt_E7I2VSm-Ms0qssiGJLxihLEKVaGvKczN1_AE12cJg.XT60xA.w9OjoAmBtxmHZAmXzD36Y7UtMSg; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 29 Jul 2019 08:56:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La suppression de l'organisation a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"4816bda8-d26d-4e6d-9685-59d2e65107a1","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI0M2Q3YWUyYTZhNDg0NmRlOGU1ZTE2MjgyNWVhOTgzZSIsImN1cnJlbnRfb3JnYW5pc2F0aW9uIjoiYjM4YzM3NTYtZjc0Yi00N2ViLTk3ZWItMmE4ODk0MDdiOWIxIiwiY3VycmVudF9kb21haW4iOiIwODMzYjNlYy1iYmNhLTRiOTktODQ1My03NDRlMTk2NjFmYzEiLCJleHAiOjE1NjQ0MDEzNzh9.x0awWzfvR0D-XSFMrNn9po8d3FqhLJlD97V4yQFh-1M"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"{{domain}}/delete/organisation","description":"# **DELETE organisation**\n\nRemove an organisation\n\n## **SUCCESS RESPONSE *( JSON )* :**\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n## **`STATUS CODE 200`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Organisation update state          |`La suppresion de l'organisation a bien été prise en compte`\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`        \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                 \t\t\t\t\t\t\t\t\t\t\t|\n  \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`     \t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxVkM1qAzEMhF-l-NwFy_qxlZcJtiW3S2m27GbpIeTdu6HQ0MNcNHzDjG7hPFbf3sPpuu7-Gs6zhVMoVTAzO_RW2SkOiY6WuzXD0QeTkNQkreHDFuo-mHmombq7JINsXLBBHlAJY1WEjk4NakarifkAqRtHGFZczKsKUOIO4sIQXkPf19Uv17Mtn3W-hNMtvOxHs1gQG3pvrVdqqoUYM5GDisDoEO5PdFnf6mXe6nVengENSz-2ycjUKHvTQ6mWohRz0_Yv4HtZP7av2v2P5uiEx-6UVY_-oOk4JDTKEjVGfdD75uvvG53RtGafmCNPhCNPmkeZbIBDgUzJJNx_AEZycC0.XT6ohQ.ToXY1lmzfgd1_Hn_2DEBJ4rL7Uk; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 29 Jul 2019 08:04:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"authorization\": [\n            \"Vous ne possédez pas les droits suffisant pour supprimer cette organisation\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"0c255fdb-03ad-4856-858a-b503b56cb46e"},{"name":"READ ORGANISATION USERS","id":"016bcfee-a5e8-457e-a5f7-ac660e4cfcf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":{"raw":"{{domain}}/organisations/:organisation_id/users?-workspace_id=753364f6-e475-40e0-9b22-e8516e01de21","host":["{{domain}}"],"path":["organisations",":organisation_id","users"],"query":[{"key":"-workspace_id","value":"753364f6-e475-40e0-9b22-e8516e01de21","type":"text"}],"variable":[{"key":"organisation_id","value":"d1fc368d-222f-4702-bd51-4f0e7d9ba5cd","type":"string"}]},"description":"# **Read users in organisation**\n\n> Return the list of all users related to an organisation  \n\n## **SUCESS RESPONSE (JSON)**:\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n## **`STATUS CODE 200`**\n\n**List of user in team (JSON)**\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **organisation**\t\t\t|*`json`*           \t\t|List of organisation users            \t        \t\t\t\t|\n   | email\t\t\t\t\t\t|*`string`*           \t\t|User email           \t        \t\t\t\t\t\t\t\t|\n   | firstname\t\t\t\t\t|*`string`*           \t\t|User firstname           \t        \t\t\t\t\t\t\t|\n   | name\t\t\t\t\t\t|*`string`*           \t\t|User name           \t        \t\t\t\t\t\t\t\t|\n   | public_id\t\t\t\t\t|*`string`*           \t\t|User public id           \t        \t\t\t\t\t\t\t|\n   | url\t\t\t\t\t\t|*`string`*           \t\t|User profil image url           \t        \t\t\t\t\t|"},"response":[{"id":"c88d1944-e8d1-44e0-9982-97b83d67addb","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":{"raw":"{{domain}}/organisations/:organisation_id/users?-workspace_id=753364f6-e475-40e0-9b22-e8516e01de21","host":["{{domain}}"],"path":["organisations",":organisation_id","users"],"query":[{"key":"-workspace_id","value":"753364f6-e475-40e0-9b22-e8516e01de21","type":"text"}],"variable":[{"key":"organisation_id","value":"d1fc368d-222f-4702-bd51-4f0e7d9ba5cd","type":"string"}]},"description":"# **Read users in organisation**\n\n> Return the list of all users related to an organisation  \n\n## **SUCESS RESPONSE (JSON)**:\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n## **`STATUS CODE 200`**\n\n**List of user in team (JSON)**\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | **organisation**\t\t\t|*`json`*           \t\t|List of organisation users            \t        \t\t\t\t|\n   | email\t\t\t\t\t\t|*`string`*           \t\t|User email           \t        \t\t\t\t\t\t\t\t|\n   | firstname\t\t\t\t\t|*`string`*           \t\t|User firstname           \t        \t\t\t\t\t\t\t|\n   | name\t\t\t\t\t\t|*`string`*           \t\t|User name           \t        \t\t\t\t\t\t\t\t|\n   | public_id\t\t\t\t\t|*`string`*           \t\t|User public id           \t        \t\t\t\t\t\t\t|\n   | url\t\t\t\t\t\t|*`string`*           \t\t|User profil image url           \t        \t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"555"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XUSAUg.3pbmr6nSyBd8d9CqVIFFZDhmWs0; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 18:26:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"organisation\": {\n        \"0\": {\n            \"email\": \"neuralytic_test_account_2@yopmail.com\",\n            \"firstname\": \"John\",\n            \"id\": \"502ae2ff-0149-4470-9d7b-47b6c10c70dd\",\n            \"name\": \"Doe\",\n            \"public_id\": \"f0fd9260a3c5401cad8121b765def979\",\n            \"url\": \"default.jpg\"\n        },\n        \"1\": {\n            \"email\": \"neuralytic_test_account@yopmail.com\",\n            \"firstname\": \"jacques\",\n            \"id\": \"0d882e15-de77-4a09-901d-e235fe14f572\",\n            \"name\": \"Boateng\",\n            \"public_id\": \"7337171d474c4b6a8cabc15753e832f5\",\n            \"url\": \"default.jpg\"\n        }\n    }\n}"}],"_postman_id":"016bcfee-a5e8-457e-a5f7-ac660e4cfcf0"},{"name":"Choose organisation","id":"b91ddca7-a474-46ef-adab-ad9c5ac6cfde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{domain}}/choose/organisation/:organisation_id","host":["{{domain}}"],"path":["choose","organisation",":organisation_id"],"variable":[{"key":"organisation_id","value":"","type":"string"}]},"description":"# **Select an organisation**\n\n> Change current user organisation  \n\n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-------------------------------------------------------------------|\n   | **token**\t\t|*`string`*           \t\t\t|New user token\t\t\t\t        |\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`        \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n  \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`     \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`            \t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"response":[],"_postman_id":"b91ddca7-a474-46ef-adab-ad9c5ac6cfde"},{"name":"READ ORGANISATION WORKSPACES","id":"41d2b024-ea1f-4180-80fc-d9895af09eb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/organisations/:organisation_id/workspaces","host":["{{domain}}"],"path":["organisations",":organisation_id","workspaces"],"variable":[{"key":"organisation_id","value":"d1fc368d-222f-4702-bd51-4f0e7d9ba5cd","type":"string"}]},"description":"# **List organisation workspace**\n\n> Return a list of all workspaces related to an organisation\n\n## **SUCCESS RESPONSE *( JSON )* :**\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n## **`STATUS CODE 200`**\n\n   |    Key    \t\t\t\t\t|Type                       \t|Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|-------------------------------|---------------------------------------------------------------|\n   |\tid\t\t\t\t\t\t|*`string`*\t\t           \t\t|Workspace ID            \t        \t\t\t\t\t\t\t|\n   |\tname\t\t\t\t\t|*`string`*           \t\t\t|Workspace name\t\t            \t        \t\t\t\t\t|\n   |\tcommercial_name\t\t\t|*`string`*           \t\t\t|Workspace public name\t\t\t           \t        \t\t\t|\n   |\tphone_number\t\t\t|*`int`*           \t\t\t\t|Workspace contact number\t\t            \t        \t\t|\n   |\tpostal_code\t\t\t\t|*`int`*           \t\t\t\t|Worksapce postal code\t\t            \t        \t\t\t|\n   |\tcity\t\t\t\t\t|*`string`*           \t\t\t|Workspace city\t\t            \t        \t\t\t\t\t|\n   |\tfull_adresse\t\t\t|*`string`*           \t\t\t|Workspace adresse           \t        \t\t\t\t\t\t|"},"response":[{"id":"c7e60540-21a6-4981-b3c3-f0cdf74c3f3e","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiIwZGY5YjY4NTc2YTE0NTU1YWFhNmFlN2UxM2I4ZWRiNCIsImN1cnJlbnRfb3JnYW5pc2F0aW9uIjoiY2M4NjNlY2ItZThkZS00NDE5LThiMmMtMmRmYzUzN2ZjY2YyIiwiY3VycmVudF9kb21haW4iOiJlMzc5NDgwNS0wZjkxLTQ1NWUtYjdhNi05ZTk0ODVlNWI1NDgiLCJleHAiOjE1NjQ0MDI2MDJ9.eeUkRMhjuzXTTuOPrVlQBN2sHFvD_-Jxlzf1n7VqW04"}],"body":{"mode":"formdata","formdata":[]},"url":"{{domain}}/read/domains_workspace/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"590"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMtqw0AMRX-lzLqGeUiaUX4maCRNa0rjYsd0EfLvdSg03d7LuRzpFs5j9e09nK7r7q_hPFs4hSZUKqIn7YIOcVD0YlWtWxk6EAhIMvVeHjWB-kDEwWbs7pQtVcNWeqojCZQoXJIWh56kFpOMeICghjENa07mwpQgoyZywhReg-7r6pfr2ZZPmS_hdAsv-2HmpTK0iHFwgsOwVyH2I0LHjtDC_Yku65tc5k2u8_IcUG1UXLs3c4DErWfNNhRLHaoj_x_4XtaP7UvU_2iMDuW4O1fmwz9xPoJcDCpFjpEf9L75-vvGLsaS45jcUCcYJU8sChM2GBqBungN9x-L0nHS.XT65jg.FAZ1f8JtSXDklKaUNk6CRAEciqc; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 29 Jul 2019 09:17:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"workspaces\": {\n        \"yopmail\": {\n            \"0\": {\n                \"city\": null,\n                \"commercial_name\": null,\n                \"full_adress\": null,\n                \"id\": \"ca338871-71b0-427a-8449-18a1146387ca\",\n                \"name\": \"yopmail\",\n                \"phone_number\": null,\n                \"postal_code\": null\n            },\n            \"1\": {\n                \"city\": \"Lyon\",\n                \"commercial_name\": \"nomcommercial\",\n                \"full_adress\": \"15 rue de la rue\",\n                \"id\": \"2ae04b53-212f-4081-943b-468fab56b21c\",\n                \"name\": \"new-workspace\",\n                \"phone_number\": 401020304,\n                \"postal_code\": 69000\n            }\n        }\n    }\n}"}],"_postman_id":"41d2b024-ea1f-4180-80fc-d9895af09eb4"}],"id":"5ef47663-4e76-4da5-aece-ec413d1f5f49","description":"> The organization contains all the entities assigned to it, this assignment being made when the user subscribes. If its domain has never been used, we will automatically create an organization. Otherwise, it will be added to the previously created organization. Organization is the highest level of entity in Neuralytics applications that may or may not contain multiple users belonging to [workspaces](https://documenter.getpostman.com/view/5589548/S17xrkbT?version=latest) and teams.","event":[{"listen":"prerequest","script":{"id":"3de1591b-9af2-4542-8bb0-e18ce660a10d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a8965e25-2d9f-4c86-83b8-68553ef686c0","type":"text/javascript","exec":[""]}}],"_postman_id":"5ef47663-4e76-4da5-aece-ec413d1f5f49"},{"name":"Prediction","item":[{"name":"HISTOGRAM","id":"f3a4768a-09cc-4701-abc6-40fdaf77fc40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UUTJPVGMxT1N3aVpYaHdJam94TlRZeE5EY3pNelU1ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAubjlJeTF2NWYweXFyWFJCcXg2NVhrNC1mNnRfRXpOYklUbFR1MnlMYV9xdVdtMWpkV3U0YUtaUkFyQzVaUl9SQTJMaVU3N0U5OXZOdkgwczdBRGhrR2ciLCJleHAiOjE1NjE2MjExMjd9.FJhZuruouh4ka_u8Z80wxksuM0qtJcOSSPaHYa6ge1o"}],"body":{"mode":"formdata","formdata":[{"key":"a","type":"text","value":"sdsd"},{"key":"scale","type":"text","value":"9669.005770116317"},{"key":"loc","type":"text","value":"11168.028558278427"},{"key":"bin_size","type":"text","value":"10000.5"}]},"url":{"raw":"{{domain}}/api/histogram/:action","host":["{{domain}}"],"path":["api","histogram",":action"],"variable":[{"key":"action","value":"READ","type":"string"}]},"description":"# **Returns a list of bins and associated buys probabilities between 0 to 100 000€**\n\n## **URL parameters**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | **immat**\t\t|*`string`*            \t\t\t|Valid plate\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n## **POST**:\n\n   |    Name    \t\t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |--------------------------------|---------------------------|---------------------------------------------------------------|\n   |**a**\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |**loc**\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |**scale**\t\t\t\t\t\t|*`float`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |**bin_size**\t\t\t\t\t|*`int`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n## **SUCESS RESPONSE ( *Array* ):**\n## **`STATUS CODE 200`**\n**Probality for defined range**\n\t\n   |    Name    \t\t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |--------------------------------|---------------------------|---------------------------------------------------------------|\n   |**Object**\t\t\t\t\t\t|*`JSON`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |0:10000\t\t\t\t\t\t\t|*`float`*\t\t\t\t\t|Probability in % for 0:10000 euro\t\t\t\t\t\t\t\t|\n   |**Object**\t\t\t\t\t\t|*`JSON`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |10000:20000\t\t\t\t\t\t|*`float`*\t\t\t\t\t|Probability in % for 10000:20000 euro\t\t\t\t\t\t\t|\n   |**Object**\t\t\t\t\t\t|*`JSON`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |20000:30000\t\t\t\t\t\t|*`float`*\t\t\t\t\t|Probability in % for 20000:30000 euro\t\t\t\t\t\t\t|\n   |**Object**\t\t\t\t\t\t|*`JSON`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |30000:40000\t\t\t\t\t\t|*`float`*\t\t\t\t\t|Probability in % for 30000:40000 euro\t\t\t\t\t\t\t|\n   |**Object**\t\t\t\t\t\t|*`JSON`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |40000:50000\t\t\t\t\t\t|*`float`*\t\t\t\t\t|Probability in % for 40000:50000 euro\t\t\t\t\t\t\t|\n   |**Object**\t\t\t\t\t\t|*`JSON`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |50000:60000\t\t\t\t\t\t|*`float`*\t\t\t\t\t|Probability in % for 50000:60000 euro\t\t\t\t\t\t\t|\n   |**Object**\t\t\t\t\t\t|*`JSON`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |60000:70000\t\t\t\t\t\t|*`float`*\t\t\t\t\t|Probability in % for 60000:70000 euro\t\t\t\t\t\t\t|\n   |**Object**\t\t\t\t\t\t|*`JSON`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |70000:80000\t\t\t\t\t\t|*`float`*\t\t\t\t\t|Probability in % for 70000:80000 euro\t\t\t\t\t\t\t|\n   |**Object**\t\t\t\t\t\t|*`JSON`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |80000:90000\t\t\t\t\t\t|*`float`*\t\t\t\t\t|Probability in % for 80000:90000 euro\t\t\t\t\t\t\t|\n   |**Object**\t\t\t\t\t\t|*`JSON`*\t\t\t\t\t|\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |90000:100000\t\t\t\t\t|*`float`*\t\t\t\t\t|Probability in % for 90000:100000 euro\t\t\t\t\t\t\t|\n  \n ## **ERROR RESPONSE *( JSON )* :**\n ## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"c1d4e78f-1276-4078-8ae7-d7c14ad55ddf","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UUTJPVGMxT1N3aVpYaHdJam94TlRZeE5EY3pNelU1ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAubjlJeTF2NWYweXFyWFJCcXg2NVhrNC1mNnRfRXpOYklUbFR1MnlMYV9xdVdtMWpkV3U0YUtaUkFyQzVaUl9SQTJMaVU3N0U5OXZOdkgwczdBRGhrR2ciLCJleHAiOjE1NjE2MjExMjd9.FJhZuruouh4ka_u8Z80wxksuM0qtJcOSSPaHYa6ge1o"}],"body":{"mode":"formdata","formdata":[{"key":"a","type":"text","value":"sdsd"},{"key":"scale","type":"text","value":"9669.005770116317"},{"key":"loc","type":"text","value":"11168.028558278427"},{"key":"bin_size","type":"text","value":"10000.5"}]},"url":{"raw":"{{domain}}/api/histogram/:action","host":["{{domain}}"],"path":["api","histogram",":action"],"variable":[{"key":"action","type":"string","value":"READ"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"366"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljkkKAkEQBP_S5xmorTc_I9W1oNdRT-LfHfGUEAREvss1j3jcyuV5vGIr17uXS_GuS31wzGDNoISOgwG1Vl4wBpNM4Aoru6hMnbIWYzVqIYk4DE2qgP7MtMFKPFGZWGTxEqKTkkaCg3nHxg4ZkzDDRjhQ2crrEcf_DHiDM7N2UIldes59tux7tXYOmqNp-XwBXdg38A.XRMyAg.dkAE6_WMFR6AYfSOa3FKFPbAzgI; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Wed, 26 Jun 2019 08:51:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"a\": [\n            \"Veuillez entrer une valeur valide 'a' (sans valeur alphabétique ni caractères spéciaux) pour l'histogramme\"\n        ],\n        \"bin_size\": [\n            \"Veuillez entrer une valeur valide 'bin_size' (sans valeur alphabétique, caractères spéciaux ni nombre décimal) pour l'histogramme\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"},{"id":"e34ddb43-0009-4a92-a4a1-1ed607fac587","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UUTJPVGMxT1N3aVpYaHdJam94TlRZeE5EY3pNelU1ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAubjlJeTF2NWYweXFyWFJCcXg2NVhrNC1mNnRfRXpOYklUbFR1MnlMYV9xdVdtMWpkV3U0YUtaUkFyQzVaUl9SQTJMaVU3N0U5OXZOdkgwczdBRGhrR2ciLCJleHAiOjE1NjE2MjExMjd9.FJhZuruouh4ka_u8Z80wxksuM0qtJcOSSPaHYa6ge1o"}],"body":{"mode":"formdata","formdata":[{"key":"a","type":"text","value":"6.224966713978265"},{"key":"scale","type":"text","value":"9669.005770116317"},{"key":"loc","type":"text","value":"11168.028558278427"},{"key":"bin_size","type":"text","value":"10000"}]},"url":{"raw":"{{domain}}/api/histogram/:action","host":["{{domain}}"],"path":["api","histogram",":action"],"variable":[{"key":"action","type":"string","value":"READ"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"521"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljkkKAkEQBP_S5xmorTc_I9W1oNdRT-LfHfGUEAREvss1j3jcyuV5vGIr17uXS_GuS31wzGDNoISOgwG1Vl4wBpNM4Aoru6hMnbIWYzVqIYk4DE2qgP7MtMFKPFGZWGTxEqKTkkaCg3nHxg4ZkzDDRjhQ2crrEcf_DHiDM7N2UIldes59tux7tXYOmqNp-XwBXdg38A.XRMqxg.nlotOFQDnZsr9OUqQp6FaRPAcok; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Wed, 26 Jun 2019 08:20:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"0:10000\": 1.6400000000000001\n        },\n        {\n            \"10000:20000\": 62.260000000000005\n        },\n        {\n            \"20000:30000\": 30.959999999999997\n        },\n        {\n            \"30000:40000\": 4.859999999999999\n        },\n        {\n            \"40000:50000\": 0.27999999999999997\n        },\n        {\n            \"50000:60000\": 0.01\n        },\n        {\n            \"60000:70000\": 0\n        },\n        {\n            \"70000:80000\": 0\n        },\n        {\n            \"80000:90000\": 0\n        },\n        {\n            \"90000:100000\": 0\n        }\n    ],\n    \"redirect\": null,\n    \"result\": true\n}"}],"_postman_id":"f3a4768a-09cc-4701-abc6-40fdaf77fc40"},{"name":"CITY PUBLIC DATA","id":"2f029b1f-d515-498f-a20d-cd051cf4cad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"token"}],"url":{"raw":"{{domain}}/api/city_public_data/:city/:postal_code","host":["{{domain}}"],"path":["api","city_public_data",":city",":postal_code"],"variable":[{"id":"42633cd1-dcdf-4e06-b9f6-cf07396cbd3f","key":"city","value":"city","type":"string"},{"id":"dcac2876-57a2-41eb-895d-0d8e78a8635e","key":"postal_code","value":"postal code","type":"string"}]},"description":"# **Return public city data notes**\n\n\n## **URL parameters**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|\t  \n   |------------------------|-------------------------------|---------------------------------------------------------------|\n   | **city**\t\t\t\t|*`string`*           \t\t\t|Valid city\t\t            \t        \t\t\t\t\t\t|\n   | **postal_code**\t\t|*`int`*           \t\t\t\t|City corresponding postal_code            \t        \t\t\t|\n   \n**SUCESS RESPONSE ( *JSON* )**:\n## **`STATUS CODE 200`**\n**Returned city notes (JSON)**\n    \n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **FAMILLE**\t|*`JSON`*           \t\t\t|Labels for specific domain\t\t\t|\t\t\t\t\t\t|\n   | 0\t\t\t\t|*`string`*           \t\t\t|Commerces label\t\t\t\t\t|`Commerces\t`\t\t\t|\n   | 1\t\t\t\t|*`string`*           \t\t\t|Education label\t\t\t\t\t|`Education`\t\t\t|\n   | 2\t\t\t\t|*`string`*           \t\t\t|Sante label\t\t\t\t\t\t|`Sante`\t\t\t\t|\n   | 3\t\t\t\t|*`string`*           \t\t\t|Services label\t\t\t\t\t\t|`Services`\t\t\t\t|\n   | 4\t\t\t\t|*`string`*           \t\t\t|Sport et loisirs label\t\t\t\t|`Sport et loisirs`\t\t|\n   | **NOTES**\t\t|*`JSON`*           \t\t\t|Notes for corresponding labels\t\t|\t\t\t\t\t\t|\n   | 0\t\t\t\t|*`int`*           \t\t\t\t|Commerces note\t\t\t\t\t\t|`0-5`\t\t\t\t\t|\n   | 1\t\t\t\t|*`int`*           \t\t\t\t|Education note\t\t\t\t\t\t|`0-5`\t\t\t\t\t|\n   | 2\t\t\t\t|*`int`*           \t\t\t\t|Sante note\t\t\t\t\t\t\t|`0-5`\t\t\t\t\t|\n   | 3\t\t\t\t|*`int`*           \t\t\t\t|Services note\t\t\t\t\t\t|`0-5`\t\t\t\t\t|\n   | 4\t\t\t\t|*`int`*           \t\t\t\t|Sport et loisirs note\t\t\t\t|`0-5`\t\t\t\t\t|\n   \n\t\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **message**\t|*`string`*           \t\t\t|Search state\t\t\t\t\t\t|`Ville introuvable`\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"817f51f0-9cc1-48f4-9a71-0b42b6327f25","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"token"}],"url":{"raw":"{{domain}}/api/city_public_data/:city/:postal_code","host":["{{domain}}"],"path":["api","city_public_data",":city",":postal_code"],"variable":[{"id":"42633cd1-dcdf-4e06-b9f6-cf07396cbd3f","key":"city","value":"city","type":"string"},{"id":"dcac2876-57a2-41eb-895d-0d8e78a8635e","key":"postal_code","value":"postal code","type":"string"}]},"description":"# **Return public city data notes**\n\n\n## **URL parameters**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|\t  \n   |------------------------|-------------------------------|---------------------------------------------------------------|\n   | **city**\t\t\t\t|*`string`*           \t\t\t|Valid city\t\t            \t        \t\t\t\t\t\t|\n   | **postal_code**\t\t|*`int`*           \t\t\t\t|City corresponding postal_code            \t        \t\t\t|\n   \n**SUCESS RESPONSE ( *JSON* )**:\n## **`STATUS CODE 200`**\n**Returned city notes (JSON)**\n    \n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **FAMILLE**\t|*`JSON`*           \t\t\t|Labels for specific domain\t\t\t|\t\t\t\t\t\t|\n   | 0\t\t\t\t|*`string`*           \t\t\t|Commerces label\t\t\t\t\t|`Commerces\t`\t\t\t|\n   | 1\t\t\t\t|*`string`*           \t\t\t|Education label\t\t\t\t\t|`Education`\t\t\t|\n   | 2\t\t\t\t|*`string`*           \t\t\t|Sante label\t\t\t\t\t\t|`Sante`\t\t\t\t|\n   | 3\t\t\t\t|*`string`*           \t\t\t|Services label\t\t\t\t\t\t|`Services`\t\t\t\t|\n   | 4\t\t\t\t|*`string`*           \t\t\t|Sport et loisirs label\t\t\t\t|`Sport et loisirs`\t\t|\n   | **NOTES**\t\t|*`JSON`*           \t\t\t|Notes for corresponding labels\t\t|\t\t\t\t\t\t|\n   | 0\t\t\t\t|*`int`*           \t\t\t\t|Commerces note\t\t\t\t\t\t|`0-5`\t\t\t\t\t|\n   | 1\t\t\t\t|*`int`*           \t\t\t\t|Education note\t\t\t\t\t\t|`0-5`\t\t\t\t\t|\n   | 2\t\t\t\t|*`int`*           \t\t\t\t|Sante note\t\t\t\t\t\t\t|`0-5`\t\t\t\t\t|\n   | 3\t\t\t\t|*`int`*           \t\t\t\t|Services note\t\t\t\t\t\t|`0-5`\t\t\t\t\t|\n   | 4\t\t\t\t|*`int`*           \t\t\t\t|Sport et loisirs note\t\t\t\t|`0-5`\t\t\t\t\t|\n   \n\t\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **message**\t|*`string`*           \t\t\t|Search state\t\t\t\t\t\t|`Ville introuvable`\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"78"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQf6IQ.N6LctlyhKvJoBGdx1CA_C67u2Dw; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 20:37:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ville introuvable\",\n    \"redirect\": null,\n    \"result\": false\n}"},{"id":"d022291c-821f-446f-951a-c6ef62d45ead","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"token"}],"url":{"raw":"{{domain}}/api/city_public_data/:city/:postal_code","host":["{{domain}}"],"path":["api","city_public_data",":city",":postal_code"],"variable":[{"id":"42633cd1-dcdf-4e06-b9f6-cf07396cbd3f","key":"city","value":"city","type":"string"},{"id":"dcac2876-57a2-41eb-895d-0d8e78a8635e","key":"postal_code","value":"postal code","type":"string"}]},"description":"# **Return public city data notes**\n\n\n## **URL parameters**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|\t  \n   |------------------------|-------------------------------|---------------------------------------------------------------|\n   | **city**\t\t\t\t|*`string`*           \t\t\t|Valid city\t\t            \t        \t\t\t\t\t\t|\n   | **postal_code**\t\t|*`int`*           \t\t\t\t|City corresponding postal_code            \t        \t\t\t|\n   \n**SUCESS RESPONSE ( *JSON* )**:\n## **`STATUS CODE 200`**\n**Returned city notes (JSON)**\n    \n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **FAMILLE**\t|*`JSON`*           \t\t\t|Labels for specific domain\t\t\t|\t\t\t\t\t\t|\n   | 0\t\t\t\t|*`string`*           \t\t\t|Commerces label\t\t\t\t\t|`Commerces\t`\t\t\t|\n   | 1\t\t\t\t|*`string`*           \t\t\t|Education label\t\t\t\t\t|`Education`\t\t\t|\n   | 2\t\t\t\t|*`string`*           \t\t\t|Sante label\t\t\t\t\t\t|`Sante`\t\t\t\t|\n   | 3\t\t\t\t|*`string`*           \t\t\t|Services label\t\t\t\t\t\t|`Services`\t\t\t\t|\n   | 4\t\t\t\t|*`string`*           \t\t\t|Sport et loisirs label\t\t\t\t|`Sport et loisirs`\t\t|\n   | **NOTES**\t\t|*`JSON`*           \t\t\t|Notes for corresponding labels\t\t|\t\t\t\t\t\t|\n   | 0\t\t\t\t|*`int`*           \t\t\t\t|Commerces note\t\t\t\t\t\t|`0-5`\t\t\t\t\t|\n   | 1\t\t\t\t|*`int`*           \t\t\t\t|Education note\t\t\t\t\t\t|`0-5`\t\t\t\t\t|\n   | 2\t\t\t\t|*`int`*           \t\t\t\t|Sante note\t\t\t\t\t\t\t|`0-5`\t\t\t\t\t|\n   | 3\t\t\t\t|*`int`*           \t\t\t\t|Services note\t\t\t\t\t\t|`0-5`\t\t\t\t\t|\n   | 4\t\t\t\t|*`int`*           \t\t\t\t|Sport et loisirs note\t\t\t\t|`0-5`\t\t\t\t\t|\n   \n\t\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **message**\t|*`string`*           \t\t\t|Search state\t\t\t\t\t\t|`Ville introuvable`\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"220"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzj0OwjAMQOG7ZG4l_zZOL4OcxBasLZ0QdwfE-vQN71VuecR5L_vzuGIpt8cse5nVu0_jaMGeQQkVjQFdlTuYMUkDVuhZxaV5k94ZddAWkog2cIgK-E_mMHbihs7EIp27EH0reSRMGLPixhMyGmHGsJhAZSnXGcd_BhuKIo3VutZVXGW1TF25TcFgAOda3h9Mgzb5.XPKzAQ.Eg8qMofsxiRkS2qbGlsfbnMDqxg; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Sat, 01 Jun 2019 17:16:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"FAMILLE\": {\n        \"0\": \"Commerces\",\n        \"1\": \"Education\",\n        \"2\": \"Sante\",\n        \"3\": \"Services\",\n        \"4\": \"Sports et loisirs\"\n    },\n    \"NOTE\": {\n        \"0\": 5,\n        \"1\": 2,\n        \"2\": 3,\n        \"3\": 4,\n        \"4\": 3\n    }\n}"}],"_postman_id":"2f029b1f-d515-498f-a20d-cd051cf4cad0"},{"name":"CONTACT DATA","id":"6fa86646-e485-48f8-89f6-d69df7527b53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"token"}],"body":{"mode":"formdata","formdata":[{"key":"birthday","type":"text","value":"YYYY-MM-DD"},{"key":"city","type":"text","value":"city"},{"key":"sexe","type":"text","value":"sexe"},{"key":"postal_code","type":"text","value":"postal code"},{"key":"firstname","type":"text","value":"firstname"}]},"url":"{{domain}}/api/get/contact_data","description":"# **Return predictive information about user**\n\n## **POST**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Value\t\t |Required\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|------------|----------|\n   | **firstname**\t|*`string`*            \t\t\t|Client firstname(optional)\t\t\t\t\t\t\t\t\t\t|\t\t\t |`false`\t|\n   | **birthday**\t|*`date`*\t\t\t\t\t\t|Client date of birth format YYYY-MM-DD (optional)\t\t\t\t|\t\t\t |`false`\t|\n   | **city**\t\t|*`string`*\t\t\t\t\t\t|Client city\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t |`true`\t|\n   | **sex**\t\t|*`int`*\t\t\t\t\t\t|Client gender (optional)\t\t\t\t\t\t\t\t\t\t|`0=W/1=Men` |`false`\t|\n   | **postal_code**|*`int`*\t\t\t\t\t\t|Client postal code format 75000\t\t\t\t\t\t\t\t|\t\t\t |`true`\t|\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n   |    Name    \t\t\t |Type                          |Description                        \t\t\t\t\t\t\t|Value\t\t  |\n   |-------------------------|------------------------------|---------------------------------------------------------------|-------------|\n   | **birthday**\t\t\t |*`date`*\t\t\t\t\t\t|Client date of birth format YYYY-MM-DD\t\t\t\t\t\t\t|\t\t\t  |\n   | **calcul_proba_complet**|*`JSON`*\t\t\t\t\t\t|Multiple client informations probability\t\t\t\t\t\t|\t\t\t  |\n   | **city**\t\t\t\t |*`string`*\t\t\t\t\t|Client city\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t  |\n   | **firstname**\t\t\t |*`string`*            \t\t|Client firstname\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t  |\n   | **postal_code**\t\t |*`int`*\t\t\t\t\t\t|Client postal code format 75000\t\t\t\t\t\t\t\t|\t\t\t  |\n   | **AGEREVQ**\t\t\t |*`dictionnary`*\t\t\t\t|Probability for each five-year age range (15 = 15 to 19)\t\t|\t\t\t  |\n   | **AGE_MEAN**\t\t\t |*`float`*\t\t\t\t        |Age predicted - average of five-year ranges\t           \t\t|\t\t\t  |\n   | **CS1**\t\t\t\t |*`dictionnary`*\t\t\t    |Socio-professional category in 8 positions                     |1: Farmer-operators<br/>2: Craftsmen, traders and business leaders<br/>3: Managers and higher intellectual professions<br/>4: Intermediate Professions <br/>5: Employees<br/>6: Workers<br/>7: Retired<br/>8: Other persons without professional activity|\n   | **DIPL_15**\t\t\t |*`dictionnary`*\t\t\t\t|Highest diploma obtained, in four categories\t\t\t\t\t|A: None or brevent des collèges<br/>B: CAP/BEP<br/>C: Bac</br>D: Diplôme études supérieures|\n   | **EAC**\t\t\t\t |*`int`*\t\t\t\t|Dependent Children                                             |`\t\t\t `|\n   | **EMPL**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **GARL**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **MOCO**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **NE18FR**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **SEXE**\t\t\t\t |*`dictionnary`*\t\t\t\t|Client gender\t\t\t\t\t\t\t\t\t\t\t\t\t|`1(Men)/2(W)`|\n   | **SFM**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **STATUS**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **TACT**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **TRANS**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **TYPL**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **TYPMR**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **VOIT**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **dist_travail**\t\t |*`float`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **indiv_weight**\t\t |*`float`*\t\t\t\t            |                                                       \t\t|`\t\t\t `|\n   | **mobpro_weight**\t\t |*`float`*\t\t\t\t            |                                                       \t\t|`\t\t\t `|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"2359b61f-c77b-47ea-a380-663522be7f84","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"token"}],"body":{"mode":"formdata","formdata":[{"key":"birthday","type":"text","value":"YYYY-MM-DD"},{"key":"city","type":"text","value":"city"},{"key":"sexe","type":"text","value":"sexe"},{"key":"postal_code","type":"text","value":"postal code"},{"key":"firstname","type":"text","value":"firstname"}]},"url":"{{domain}}/api/get/contact_data","description":"# **Return predictive information about user**\n\n## **POST**\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|Value\t\t |Required\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|------------|----------|\n   | **firstname**\t|*`string`*            \t\t\t|Client firstname(optional)\t\t\t\t\t\t\t\t\t\t|\t\t\t |`false`\t|\n   | **birthday**\t|*`date`*\t\t\t\t\t\t|Client date of birth format YYYY-MM-DD (optional)\t\t\t\t|\t\t\t |`false`\t|\n   | **city**\t\t|*`string`*\t\t\t\t\t\t|Client city\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t |`true`\t|\n   | **sex**\t\t|*`int`*\t\t\t\t\t\t|Client gender (optional)\t\t\t\t\t\t\t\t\t\t|`0=W/1=Men` |`false`\t|\n   | **postal_code**|*`int`*\t\t\t\t\t\t|Client postal code format 75000\t\t\t\t\t\t\t\t|\t\t\t |`true`\t|\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n   |    Name    \t\t\t |Type                          |Description                        \t\t\t\t\t\t\t|Value\t\t  |\n   |-------------------------|------------------------------|---------------------------------------------------------------|-------------|\n   | **birthday**\t\t\t |*`date`*\t\t\t\t\t\t|Client date of birth format YYYY-MM-DD\t\t\t\t\t\t\t|\t\t\t  |\n   | **calcul_proba_complet**|*`JSON`*\t\t\t\t\t\t|Multiple client informations probability\t\t\t\t\t\t|\t\t\t  |\n   | **city**\t\t\t\t |*`string`*\t\t\t\t\t|Client city\t\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t  |\n   | **firstname**\t\t\t |*`string`*            \t\t|Client firstname\t\t\t\t\t\t\t\t\t\t\t\t|\t\t\t  |\n   | **postal_code**\t\t |*`int`*\t\t\t\t\t\t|Client postal code format 75000\t\t\t\t\t\t\t\t|\t\t\t  |\n   | **AGEREVQ**\t\t\t |*`dictionnary`*\t\t\t\t|Probability for each five-year age range (15 = 15 to 19)\t\t|\t\t\t  |\n   | **AGE_MEAN**\t\t\t |*`float`*\t\t\t\t        |Age predicted - average of five-year ranges\t           \t\t|\t\t\t  |\n   | **CS1**\t\t\t\t |*`dictionnary`*\t\t\t    |Socio-professional category in 8 positions                     |1: Farmer-operators<br/>2: Craftsmen, traders and business leaders<br/>3: Managers and higher intellectual professions<br/>4: Intermediate Professions <br/>5: Employees<br/>6: Workers<br/>7: Retired<br/>8: Other persons without professional activity|\n   | **DIPL_15**\t\t\t |*`dictionnary`*\t\t\t\t|Highest diploma obtained, in four categories\t\t\t\t\t|A: None or brevent des collèges<br/>B: CAP/BEP<br/>C: Bac</br>D: Diplôme études supérieures|\n   | **EAC**\t\t\t\t |*`int`*\t\t\t\t|Dependent Children                                             |`\t\t\t `|\n   | **EMPL**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **GARL**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **MOCO**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **NE18FR**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **SEXE**\t\t\t\t |*`dictionnary`*\t\t\t\t|Client gender\t\t\t\t\t\t\t\t\t\t\t\t\t|`1(Men)/2(W)`|\n   | **SFM**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **STATUS**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **TACT**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **TRANS**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **TYPL**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **TYPMR**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **VOIT**\t\t\t\t |*`dictionnary`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **dist_travail**\t\t |*`float`*\t\t\t\t|                                                       \t\t|`\t\t\t `|\n   | **indiv_weight**\t\t |*`float`*\t\t\t\t            |                                                       \t\t|`\t\t\t `|\n   | **mobpro_weight**\t\t |*`float`*\t\t\t\t            |                                                       \t\t|`\t\t\t `|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3245"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQfxUA.XNKH_fVOKjiSteMEuZxuRMSOtz0; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 20:00:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"birthday\": \"1975-05-12\",\n    \"calcul_proba_complet\": {\n        \"AGEREVQ\": {\n            \"100.0\": 0,\n            \"105.0\": 0,\n            \"110.0\": 0,\n            \"115.0\": 0,\n            \"120.0\": 0,\n            \"15.0\": 0,\n            \"20.0\": 0,\n            \"25.0\": 0,\n            \"30.0\": 0,\n            \"35.0\": 0,\n            \"40.0\": 1,\n            \"45.0\": 0,\n            \"50.0\": 0,\n            \"55.0\": 0,\n            \"60.0\": 0,\n            \"65.0\": 0,\n            \"70.0\": 0,\n            \"75.0\": 0,\n            \"80.0\": 0,\n            \"85.0\": 0,\n            \"90.0\": 0,\n            \"95.0\": 0\n        },\n        \"CS1\": {\n            \"1\": 0,\n            \"2\": 0.12820741839528124,\n            \"3\": 0.5020778523604245,\n            \"4\": 0.14250340412428456,\n            \"5\": 0.08692021039978087,\n            \"6\": 0.06607627147166065,\n            \"7\": 0,\n            \"8\": 0.07421484324856824\n        },\n        \"DIPL_15\": {\n            \"A\": 0.08726149296443145,\n            \"B\": 0.09672877513099815,\n            \"C\": 0.09219931344899765,\n            \"D\": 0.7238104184555728\n        },\n        \"EMPL\": {\n            \"11\": 0,\n            \"12\": 0.0061304978461095205,\n            \"13\": 0.004771616856739066,\n            \"14\": 0,\n            \"15\": 0.0501597162034017,\n            \"16\": 0.5419272651081137,\n            \"21\": 0.11193040790697302,\n            \"22\": 0.12852650306824773,\n            \"23\": 0,\n            \"ZZ\": 0.15655399301041523\n        },\n        \"GARL\": {\n            \"1\": 0.1968128354975217,\n            \"2\": 0.7647102310770545,\n            \"Z\": 0.038476933425423854\n        },\n        \"MOCO\": {\n            \"11\": 0.005677776927352026,\n            \"12\": 0.002883949574579234,\n            \"21\": 0.18481463456241456,\n            \"22\": 0.33927376126429776,\n            \"23\": 0.00748108709087573,\n            \"31\": 0.08982950975504114,\n            \"32\": 0.33156234740001567,\n            \"40\": 0.038476933425423854\n        },\n        \"NE18FR\": {\n            \"0\": 0.1989418339101961,\n            \"1\": 0.11089015628208727,\n            \"2\": 0.15612030366555502,\n            \"3\": 0.06628987848395378,\n            \"4\": 0.007889037077727175,\n            \"Z\": 0.45986879058048064\n        },\n        \"SEXE\": {\n            \"1\": 1,\n            \"2\": 0\n        },\n        \"TACT\": {\n            \"11\": 0.8434460069895849,\n            \"12\": 0.0884502553143113,\n            \"21\": 0,\n            \"22\": 0,\n            \"24\": 0.001441974787289617,\n            \"25\": 0.0666617629088143\n        },\n        \"TRANS\": {\n            \"1\": 0.05851670701028312,\n            \"2\": 0.19634907591908551,\n            \"3\": 0.1473553069011533,\n            \"4\": 0.03767790812371246,\n            \"5\": 0.5601010020457655\n        },\n        \"TYPL\": {\n            \"1\": 0,\n            \"2\": 0.9515756343596243,\n            \"3\": 0,\n            \"4\": 0,\n            \"5\": 0.004381959369101546,\n            \"6\": 0.005565472845850243,\n            \"Z\": 0.038476933425423854\n        },\n        \"TYPMR\": {\n            \"11\": 0.33156234740001567,\n            \"12\": 0,\n            \"20\": 0.08067524415368238,\n            \"31\": 0.00748108709087573,\n            \"32\": 0.0076555664313183005,\n            \"41\": 0.3818245897749537,\n            \"42\": 0.11885229922871499,\n            \"43\": 0.021564894257787466,\n            \"44\": 0.011907038237227939,\n            \"ZZ\": 0.038476933425423854\n        },\n        \"VOIT\": {\n            \"0\": 0.6691521358157755,\n            \"1\": 0.26058477150466486,\n            \"2\": 0.024104752463279408,\n            \"3\": 0.007681406790856426,\n            \"Z\": 0.038476933425423854\n        },\n        \"dist_travail\": 3.4164170430107528,\n        \"indiv_weight\": 623.752931,\n        \"mobpro_weight\": 526.101819\n    },\n    \"city\": \"Paris\",\n    \"firstname\": \"Jean\",\n    \"postal_code\": \"75001\",\n    \"sexe\": \"1\"\n}"},{"id":"ac17ca06-c558-436e-ac42-760a5d035357","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UUTJPVGMxT1N3aVpYaHdJam94TlRZeE5EY3pNelU1ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAubjlJeTF2NWYweXFyWFJCcXg2NVhrNC1mNnRfRXpOYklUbFR1MnlMYV9xdVdtMWpkV3U0YUtaUkFyQzVaUl9SQTJMaVU3N0U5OXZOdkgwczdBRGhrR2ciLCJleHAiOjE1NjE2MjkwMjF9.TRqeK2cK0p2bckYo0dJ5YivaX3hw7-7twGbG1JaKijg"}],"body":{"mode":"formdata","formdata":[{"key":"birthday","type":"text","value":"firstname"},{"key":"city","type":"text","value":"city"},{"key":"sexe","type":"text","value":"sexe"},{"key":"postal_code","type":"text","value":"postal code"},{"key":"firstname","type":"text","value":"firstname"}]},"url":"{{domain}}/api/get/contact_data"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"312"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljkkKAkEQBP_S5xmorTc_I9W1oNdRT-LfHfGUEAREvss1j3jcyuV5vGIr17uXS_GuS31wzGDNoISOgwG1Vl4wBpNM4Aoru6hMnbIWYzVqIYk4DE2qgP7MtMFKPFGZWGTxEqKTkkaCg3nHxg4ZkzDDRjhQ2crrEcf_DHiDM7N2UIldes59tux7tXYOmqNp-XwBXdg38A.XRNC0Q.SqhLT8pUdp53rui_PO-RYz09gVQ; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Wed, 26 Jun 2019 10:02:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"birthday\": [\n            \"Veuillez entrer une date valide au format suivant: YYYY-MM-DD\"\n        ],\n        \"postal_code\": [\n            \"Veuillez entrer un code postal valide exemple: 75000\"\n        ],\n        \"sexe\": [\n            \"Veuillez renseigner un sexe valide\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"6fa86646-e485-48f8-89f6-d69df7527b53"}],"id":"382af10d-1ec5-46f7-9224-47ed84bd34e2","_postman_id":"382af10d-1ec5-46f7-9224-47ed84bd34e2"},{"name":"Recommendation","item":[{"name":"Get recommendation pdf","id":"2410a762-81f6-44e6-8e37-387d5a8fa452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{domain}}/recommendations/:code/pdf","host":["{{domain}}"],"path":["recommendations",":code","pdf"],"variable":[{"key":"code","value":"I5TVXH","type":"string"}]},"description":"# **Return pdf url for redirection or sharing**\n\n## **GET**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t| Required\t|\n   |------------------------|-------------------------------|---------------------------------------------------|-----------|\n   | **plate**\t\t\t\t|*`string`*           \t\t\t|Format AA123AA\t\t            \t        \t\t| True\t\t|\n   | **km_estimate**\t\t|*`int`*           \t\t\t\t|Kilometers estimation            \t        \t\t| True\t\t|\n   | **damage_estimate**\t|*`int`*           \t\t\t\t|Estimate car damages price\t            \t        | True\t\t|\n   | **finishes**\t\t\t|*`string`*           \t\t\t|Car finishes\t\t\t           \t        \t\t| True\t\t|\n   | **estimate_price**\t\t|*`int`*           \t\t\t\t|Estimate price\t\t            \t        \t\t| True\t\t|\n   | **year_bought**\t\t|*`date`*           \t\t\t|Year bought format: YYYY-MM-DD (optional)         \t| True\t\t|\n   | **replace_1_plate**\t|*`string`*           \t\t\t|Format AA123AA\t            \t        \t\t\t| True\t\t|\n   | **replace_2_plate**\t|*`string`*         \t\t\t|Format AA123AA\t\t            \t        \t\t| False\t\t|\n   | **replace_3_plate**\t|*`string`*           \t\t\t|Format AA123AA\t            \t        \t\t\t| False\t\t|\n   \n\n**SUCCESS RESPONSE ( *JSON* ):**\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **get_pdf_url**|*`string`*           \t\t\t|Return link to pdf url\t\t\t\t| \t\t\t\t\t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t|\n   \n   \n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"0397f1c9-25af-4ae4-8e3a-de8bb1741f02","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU9Ua3hPVGM0TWl3aVpYaHdJam94TlRVNU9USXpNemd5ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuUmkzaXoweEpDMnBzaTYzS0xxbDRsdXlueFhvcUhmdFJXTWNFRXAzUzQ2Q2Y5blZGUTllYjZXT3Y0RWs1Nno2aFRReHFYZU5DUTkzT2lJNGN0Tld6bnciLCJleHAiOjE1NjA4NjI2ODZ9.KSqhhGNhCwtTdZk5sgmR4kywFniHKHiPzEezDqo6YWs","type":"text"}],"url":{"raw":"{{domain}}/api/get_pdf?plate=DY510FX&km_estimate=110000&damage_estimate=150&finishes=life&estimate_price=10000&year_bought=2018-03-14&replace_1_plate=FB-876-QP&replace_2_plate=FB-876-QP&replace_3_plate=FB-876-QP","host":["{{domain}}"],"path":["api","get_pdf"],"query":[{"key":"plate","value":"DY510FX"},{"key":"km_estimate","value":"110000"},{"key":"damage_estimate","value":"150"},{"key":"finishes","value":"life"},{"key":"estimate_price","value":"10000"},{"key":"year_bought","value":"2018-03-14"},{"key":"replace_1_plate","value":"FB-876-QP"},{"key":"replace_2_plate","value":"FB-876-QP"},{"key":"replace_3_plate","value":"FB-876-QP"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"121"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQf_Lw.w6n2NTYdYJRimgCxFI3OuznYTWw; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 20:59:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"get_pdf_url\": \"static/pdf_files/509b060f-9638-4ba3-9c91-c1bdc056b17e.pdf\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"a5cbd09d-a822-4b0f-b4db-d02aecd8e9aa","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UUTJPVGMxT1N3aVpYaHdJam94TlRZeE5EY3pNelU1ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAubjlJeTF2NWYweXFyWFJCcXg2NVhrNC1mNnRfRXpOYklUbFR1MnlMYV9xdVdtMWpkV3U0YUtaUkFyQzVaUl9SQTJMaVU3N0U5OXZOdkgwczdBRGhrR2ciLCJleHAiOjE1NjE2MjExMjd9.FJhZuruouh4ka_u8Z80wxksuM0qtJcOSSPaHYa6ge1o"}],"url":{"raw":"{{domain}}/api/get_pdf?plate=&km_estimate=500000&damage_estimate=0&finishes=finition&estimate_price=5000&year_bought=2018-05-15&replace_1_plate=FB876QP&replace_2_plate=EV667LC&replace_3_plate=EV667LC","host":["{{domain}}"],"path":["api","get_pdf"],"query":[{"key":"plate","value":""},{"key":"km_estimate","value":"500000"},{"key":"damage_estimate","value":"0"},{"key":"finishes","value":"finition"},{"key":"estimate_price","value":"5000"},{"key":"year_bought","value":"2018-05-15"},{"key":"replace_1_plate","value":"FB876QP"},{"key":"replace_2_plate","value":"EV667LC"},{"key":"replace_3_plate","value":"EV667LC"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljkkKAkEQBP_S5xmorTc_I9W1oNdRT-LfHfGUEAREvss1j3jcyuV5vGIr17uXS_GuS31wzGDNoISOgwG1Vl4wBpNM4Aoru6hMnbIWYzVqIYk4DE2qgP7MtMFKPFGZWGTxEqKTkkaCg3nHxg4ZkzDDRjhQ2crrEcf_DHiDM7N2UIldes59tux7tXYOmqNp-XwBXdg38A.XRNEHQ.-d6xSuv7KHLolswomjdoc0Z-Q2s; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Wed, 26 Jun 2019 10:08:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"plate\": [\n            \"Veuillez entrer la plaque d'immatriculation du véhicule\"\n        ]\n    },\n    \"get_pdf_url\": null,\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"2410a762-81f6-44e6-8e37-387d5a8fa452"},{"name":"Get recommendation","id":"087b4947-b1d4-4060-9913-3e2fb32074f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{domain}}/recommendations/:code","host":["{{domain}}"],"path":["recommendations",":code"],"variable":[{"key":"code","value":"PVESAB","type":"string"}]},"description":"# **Return pdf url for redirection or sharing**\n\n## **GET**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t| Required\t|\n   |------------------------|-------------------------------|---------------------------------------------------|-----------|\n   | **plate**\t\t\t\t|*`string`*           \t\t\t|Format AA123AA\t\t            \t        \t\t| True\t\t|\n   | **km_estimate**\t\t|*`int`*           \t\t\t\t|Kilometers estimation            \t        \t\t| True\t\t|\n   | **damage_estimate**\t|*`int`*           \t\t\t\t|Estimate car damages price\t            \t        | True\t\t|\n   | **finishes**\t\t\t|*`string`*           \t\t\t|Car finishes\t\t\t           \t        \t\t| True\t\t|\n   | **estimate_price**\t\t|*`int`*           \t\t\t\t|Estimate price\t\t            \t        \t\t| True\t\t|\n   | **year_bought**\t\t|*`date`*           \t\t\t|Year bought format: YYYY-MM-DD (optional)         \t| True\t\t|\n   | **replace_1_plate**\t|*`string`*           \t\t\t|Format AA123AA\t            \t        \t\t\t| True\t\t|\n   | **replace_2_plate**\t|*`string`*         \t\t\t|Format AA123AA\t\t            \t        \t\t| False\t\t|\n   | **replace_3_plate**\t|*`string`*           \t\t\t|Format AA123AA\t            \t        \t\t\t| False\t\t|\n   \n\n**SUCCESS RESPONSE ( *JSON* ):**\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **get_pdf_url**|*`string`*           \t\t\t|Return link to pdf url\t\t\t\t| \t\t\t\t\t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t|\n   \n   \n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"05ed9746-b92c-4b51-a0a9-128175d4e10e","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UUTJPVGMxT1N3aVpYaHdJam94TlRZeE5EY3pNelU1ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAubjlJeTF2NWYweXFyWFJCcXg2NVhrNC1mNnRfRXpOYklUbFR1MnlMYV9xdVdtMWpkV3U0YUtaUkFyQzVaUl9SQTJMaVU3N0U5OXZOdkgwczdBRGhrR2ciLCJleHAiOjE1NjE2MjExMjd9.FJhZuruouh4ka_u8Z80wxksuM0qtJcOSSPaHYa6ge1o"}],"url":{"raw":"{{domain}}/api/get_pdf?plate=&km_estimate=500000&damage_estimate=0&finishes=finition&estimate_price=5000&year_bought=2018-05-15&replace_1_plate=FB876QP&replace_2_plate=EV667LC&replace_3_plate=EV667LC","host":["{{domain}}"],"path":["api","get_pdf"],"query":[{"key":"plate","value":""},{"key":"km_estimate","value":"500000"},{"key":"damage_estimate","value":"0"},{"key":"finishes","value":"finition"},{"key":"estimate_price","value":"5000"},{"key":"year_bought","value":"2018-05-15"},{"key":"replace_1_plate","value":"FB876QP"},{"key":"replace_2_plate","value":"EV667LC"},{"key":"replace_3_plate","value":"EV667LC"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljkkKAkEQBP_S5xmorTc_I9W1oNdRT-LfHfGUEAREvss1j3jcyuV5vGIr17uXS_GuS31wzGDNoISOgwG1Vl4wBpNM4Aoru6hMnbIWYzVqIYk4DE2qgP7MtMFKPFGZWGTxEqKTkkaCg3nHxg4ZkzDDRjhQ2crrEcf_DHiDM7N2UIldes59tux7tXYOmqNp-XwBXdg38A.XRNEHQ.-d6xSuv7KHLolswomjdoc0Z-Q2s; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Wed, 26 Jun 2019 10:08:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"plate\": [\n            \"Veuillez entrer la plaque d'immatriculation du véhicule\"\n        ]\n    },\n    \"get_pdf_url\": null,\n    \"redirect\": null,\n    \"result\": false\n}"},{"id":"29c5ae6c-dbcd-4e68-b28c-e036a93eddd7","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU9Ua3hPVGM0TWl3aVpYaHdJam94TlRVNU9USXpNemd5ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuUmkzaXoweEpDMnBzaTYzS0xxbDRsdXlueFhvcUhmdFJXTWNFRXAzUzQ2Q2Y5blZGUTllYjZXT3Y0RWs1Nno2aFRReHFYZU5DUTkzT2lJNGN0Tld6bnciLCJleHAiOjE1NjA4NjI2ODZ9.KSqhhGNhCwtTdZk5sgmR4kywFniHKHiPzEezDqo6YWs","type":"text"}],"url":{"raw":"{{domain}}/api/get_pdf?plate=DY510FX&km_estimate=110000&damage_estimate=150&finishes=life&estimate_price=10000&year_bought=2018-03-14&replace_1_plate=FB-876-QP&replace_2_plate=FB-876-QP&replace_3_plate=FB-876-QP","host":["{{domain}}"],"path":["api","get_pdf"],"query":[{"key":"plate","value":"DY510FX"},{"key":"km_estimate","value":"110000"},{"key":"damage_estimate","value":"150"},{"key":"finishes","value":"life"},{"key":"estimate_price","value":"10000"},{"key":"year_bought","value":"2018-03-14"},{"key":"replace_1_plate","value":"FB-876-QP"},{"key":"replace_2_plate","value":"FB-876-QP"},{"key":"replace_3_plate","value":"FB-876-QP"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"121"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQf_Lw.w6n2NTYdYJRimgCxFI3OuznYTWw; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 20:59:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"get_pdf_url\": \"static/pdf_files/509b060f-9638-4ba3-9c91-c1bdc056b17e.pdf\",\n    \"redirect\": null,\n    \"result\": true\n}"}],"_postman_id":"087b4947-b1d4-4060-9913-3e2fb32074f0"},{"name":"GET PDF URL Copy","id":"3cc7aaa6-4f70-4715-9ac4-2681df6d613a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"type\": \"sms\",\n\t\"recipient\": \"Leonard\",\n\t\"email\": \"leonardbrun@gmail.com\",\n\t\"phone\": \"0698865812\"\n}"},"url":{"raw":"{{domain}}/recommendations/:recommendation_id/shares","host":["{{domain}}"],"path":["recommendations",":recommendation_id","shares"],"variable":[{"key":"recommendation_id","value":"1de1f04a-001f-4647-a291-c3c685f783b2","type":"string"}]},"description":"# **Return pdf url for redirection or sharing**\n\n## **GET**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t| Required\t|\n   |------------------------|-------------------------------|---------------------------------------------------|-----------|\n   | **plate**\t\t\t\t|*`string`*           \t\t\t|Format AA123AA\t\t            \t        \t\t| True\t\t|\n   | **km_estimate**\t\t|*`int`*           \t\t\t\t|Kilometers estimation            \t        \t\t| True\t\t|\n   | **damage_estimate**\t|*`int`*           \t\t\t\t|Estimate car damages price\t            \t        | True\t\t|\n   | **finishes**\t\t\t|*`string`*           \t\t\t|Car finishes\t\t\t           \t        \t\t| True\t\t|\n   | **estimate_price**\t\t|*`int`*           \t\t\t\t|Estimate price\t\t            \t        \t\t| True\t\t|\n   | **year_bought**\t\t|*`date`*           \t\t\t|Year bought format: YYYY-MM-DD (optional)         \t| True\t\t|\n   | **replace_1_plate**\t|*`string`*           \t\t\t|Format AA123AA\t            \t        \t\t\t| True\t\t|\n   | **replace_2_plate**\t|*`string`*         \t\t\t|Format AA123AA\t\t            \t        \t\t| False\t\t|\n   | **replace_3_plate**\t|*`string`*           \t\t\t|Format AA123AA\t            \t        \t\t\t| False\t\t|\n   \n\n**SUCCESS RESPONSE ( *JSON* ):**\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **get_pdf_url**|*`string`*           \t\t\t|Return link to pdf url\t\t\t\t| \t\t\t\t\t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t|\n   \n   \n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"159abd2c-e3fa-4490-8fbd-9cefde84ec46","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU9Ua3hPVGM0TWl3aVpYaHdJam94TlRVNU9USXpNemd5ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuUmkzaXoweEpDMnBzaTYzS0xxbDRsdXlueFhvcUhmdFJXTWNFRXAzUzQ2Q2Y5blZGUTllYjZXT3Y0RWs1Nno2aFRReHFYZU5DUTkzT2lJNGN0Tld6bnciLCJleHAiOjE1NjA4NjI2ODZ9.KSqhhGNhCwtTdZk5sgmR4kywFniHKHiPzEezDqo6YWs","type":"text"}],"url":{"raw":"{{domain}}/api/get_pdf?plate=DY510FX&km_estimate=110000&damage_estimate=150&finishes=life&estimate_price=10000&year_bought=2018-03-14&replace_1_plate=FB-876-QP&replace_2_plate=FB-876-QP&replace_3_plate=FB-876-QP","host":["{{domain}}"],"path":["api","get_pdf"],"query":[{"key":"plate","value":"DY510FX"},{"key":"km_estimate","value":"110000"},{"key":"damage_estimate","value":"150"},{"key":"finishes","value":"life"},{"key":"estimate_price","value":"10000"},{"key":"year_bought","value":"2018-03-14"},{"key":"replace_1_plate","value":"FB-876-QP"},{"key":"replace_2_plate","value":"FB-876-QP"},{"key":"replace_3_plate","value":"FB-876-QP"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"121"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQf_Lw.w6n2NTYdYJRimgCxFI3OuznYTWw; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 20:59:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"get_pdf_url\": \"static/pdf_files/509b060f-9638-4ba3-9c91-c1bdc056b17e.pdf\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"631c5551-7a69-471c-a4dc-4bd0991906af","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UUTJPVGMxT1N3aVpYaHdJam94TlRZeE5EY3pNelU1ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAubjlJeTF2NWYweXFyWFJCcXg2NVhrNC1mNnRfRXpOYklUbFR1MnlMYV9xdVdtMWpkV3U0YUtaUkFyQzVaUl9SQTJMaVU3N0U5OXZOdkgwczdBRGhrR2ciLCJleHAiOjE1NjE2MjExMjd9.FJhZuruouh4ka_u8Z80wxksuM0qtJcOSSPaHYa6ge1o"}],"url":{"raw":"{{domain}}/api/get_pdf?plate=&km_estimate=500000&damage_estimate=0&finishes=finition&estimate_price=5000&year_bought=2018-05-15&replace_1_plate=FB876QP&replace_2_plate=EV667LC&replace_3_plate=EV667LC","host":["{{domain}}"],"path":["api","get_pdf"],"query":[{"key":"plate","value":""},{"key":"km_estimate","value":"500000"},{"key":"damage_estimate","value":"0"},{"key":"finishes","value":"finition"},{"key":"estimate_price","value":"5000"},{"key":"year_bought","value":"2018-05-15"},{"key":"replace_1_plate","value":"FB876QP"},{"key":"replace_2_plate","value":"EV667LC"},{"key":"replace_3_plate","value":"EV667LC"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljkkKAkEQBP_S5xmorTc_I9W1oNdRT-LfHfGUEAREvss1j3jcyuV5vGIr17uXS_GuS31wzGDNoISOgwG1Vl4wBpNM4Aoru6hMnbIWYzVqIYk4DE2qgP7MtMFKPFGZWGTxEqKTkkaCg3nHxg4ZkzDDRjhQ2crrEcf_DHiDM7N2UIldes59tux7tXYOmqNp-XwBXdg38A.XRNEHQ.-d6xSuv7KHLolswomjdoc0Z-Q2s; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Wed, 26 Jun 2019 10:08:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"plate\": [\n            \"Veuillez entrer la plaque d'immatriculation du véhicule\"\n        ]\n    },\n    \"get_pdf_url\": null,\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"3cc7aaa6-4f70-4715-9ac4-2681df6d613a"},{"name":"Create a recommendation","id":"2b51ae17-271b-4aba-964a-44c456494f17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{domain}}/analysis/:analysis_id/recommendations","host":["{{domain}}"],"path":["analysis",":analysis_id","recommendations"],"variable":[{"key":"analysis_id","value":"bc1c4d1c-ca42-4cfb-b867-211ddfd3df39","type":"string"}]},"description":"# **Return pdf url for redirection or sharing**\n\n## **GET**\n\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t| Required\t|\n   |------------------------|-------------------------------|---------------------------------------------------|-----------|\n   | **plate**\t\t\t\t|*`string`*           \t\t\t|Format AA123AA\t\t            \t        \t\t| True\t\t|\n   | **km_estimate**\t\t|*`int`*           \t\t\t\t|Kilometers estimation            \t        \t\t| True\t\t|\n   | **damage_estimate**\t|*`int`*           \t\t\t\t|Estimate car damages price\t            \t        | True\t\t|\n   | **finishes**\t\t\t|*`string`*           \t\t\t|Car finishes\t\t\t           \t        \t\t| True\t\t|\n   | **estimate_price**\t\t|*`int`*           \t\t\t\t|Estimate price\t\t            \t        \t\t| True\t\t|\n   | **year_bought**\t\t|*`date`*           \t\t\t|Year bought format: YYYY-MM-DD (optional)         \t| True\t\t|\n   | **replace_1_plate**\t|*`string`*           \t\t\t|Format AA123AA\t            \t        \t\t\t| True\t\t|\n   | **replace_2_plate**\t|*`string`*         \t\t\t|Format AA123AA\t\t            \t        \t\t| False\t\t|\n   | **replace_3_plate**\t|*`string`*           \t\t\t|Format AA123AA\t            \t        \t\t\t| False\t\t|\n   \n\n**SUCCESS RESPONSE ( *JSON* ):**\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **get_pdf_url**|*`string`*           \t\t\t|Return link to pdf url\t\t\t\t| \t\t\t\t\t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t|\n   \n   \n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"17330c55-5840-4e27-9191-a9136668bee1","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UUTJPVGMxT1N3aVpYaHdJam94TlRZeE5EY3pNelU1ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAubjlJeTF2NWYweXFyWFJCcXg2NVhrNC1mNnRfRXpOYklUbFR1MnlMYV9xdVdtMWpkV3U0YUtaUkFyQzVaUl9SQTJMaVU3N0U5OXZOdkgwczdBRGhrR2ciLCJleHAiOjE1NjE2MjExMjd9.FJhZuruouh4ka_u8Z80wxksuM0qtJcOSSPaHYa6ge1o"}],"url":{"raw":"{{domain}}/api/get_pdf?plate=&km_estimate=500000&damage_estimate=0&finishes=finition&estimate_price=5000&year_bought=2018-05-15&replace_1_plate=FB876QP&replace_2_plate=EV667LC&replace_3_plate=EV667LC","host":["{{domain}}"],"path":["api","get_pdf"],"query":[{"key":"plate","value":""},{"key":"km_estimate","value":"500000"},{"key":"damage_estimate","value":"0"},{"key":"finishes","value":"finition"},{"key":"estimate_price","value":"5000"},{"key":"year_bought","value":"2018-05-15"},{"key":"replace_1_plate","value":"FB876QP"},{"key":"replace_2_plate","value":"EV667LC"},{"key":"replace_3_plate","value":"EV667LC"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljkkKAkEQBP_S5xmorTc_I9W1oNdRT-LfHfGUEAREvss1j3jcyuV5vGIr17uXS_GuS31wzGDNoISOgwG1Vl4wBpNM4Aoru6hMnbIWYzVqIYk4DE2qgP7MtMFKPFGZWGTxEqKTkkaCg3nHxg4ZkzDDRjhQ2crrEcf_DHiDM7N2UIldes59tux7tXYOmqNp-XwBXdg38A.XRNEHQ.-d6xSuv7KHLolswomjdoc0Z-Q2s; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Wed, 26 Jun 2019 10:08:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"plate\": [\n            \"Veuillez entrer la plaque d'immatriculation du véhicule\"\n        ]\n    },\n    \"get_pdf_url\": null,\n    \"redirect\": null,\n    \"result\": false\n}"},{"id":"2c7891ee-3940-4a77-8b56-e6d53e976689","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU9Ua3hPVGM0TWl3aVpYaHdJam94TlRVNU9USXpNemd5ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuUmkzaXoweEpDMnBzaTYzS0xxbDRsdXlueFhvcUhmdFJXTWNFRXAzUzQ2Q2Y5blZGUTllYjZXT3Y0RWs1Nno2aFRReHFYZU5DUTkzT2lJNGN0Tld6bnciLCJleHAiOjE1NjA4NjI2ODZ9.KSqhhGNhCwtTdZk5sgmR4kywFniHKHiPzEezDqo6YWs","type":"text"}],"url":{"raw":"{{domain}}/api/get_pdf?plate=DY510FX&km_estimate=110000&damage_estimate=150&finishes=life&estimate_price=10000&year_bought=2018-03-14&replace_1_plate=FB-876-QP&replace_2_plate=FB-876-QP&replace_3_plate=FB-876-QP","host":["{{domain}}"],"path":["api","get_pdf"],"query":[{"key":"plate","value":"DY510FX"},{"key":"km_estimate","value":"110000"},{"key":"damage_estimate","value":"150"},{"key":"finishes","value":"life"},{"key":"estimate_price","value":"10000"},{"key":"year_bought","value":"2018-03-14"},{"key":"replace_1_plate","value":"FB-876-QP"},{"key":"replace_2_plate","value":"FB-876-QP"},{"key":"replace_3_plate","value":"FB-876-QP"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"121"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwlzjsOAjEMANG7pGYl_5J1uAyyY1vQLlAh7g6IdjTFe7VLHXm_tvPjeOapXW7Rzi12cwvlnMlWSQU7KgNa7-ygyiQTuIPXLibTprgz9kUjpRB14ZIuYL-zlrIRTzQmFnF2IfpWsiwIWLHj4IDKSVi5NAOondrznscfo9zRadkG1GOTbro5Dt-CR7DoVzSwvT9XaDdM.XQf_Lw.w6n2NTYdYJRimgCxFI3OuznYTWw; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 17 Jun 2019 20:59:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"get_pdf_url\": \"static/pdf_files/509b060f-9638-4ba3-9c91-c1bdc056b17e.pdf\",\n    \"redirect\": null,\n    \"result\": true\n}"}],"_postman_id":"2b51ae17-271b-4aba-964a-44c456494f17"}],"id":"e5cd7b62-9312-4075-aecf-bb313f18d9b6","_postman_id":"e5cd7b62-9312-4075-aecf-bb313f18d9b6"},{"name":"Role Team","item":[{"name":"CREATE TEAM ROLE","id":"9ee7a9f2-cfec-49e6-9155-ddf3a1f4c573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODg3NzA0fQ.WaE3X0Iq4Or70YZER7TcGnx-ksCbDG6ronFGbfQf6pk"}],"url":{"raw":"{{domain}}/add/team_role/:team_id/:object_name/:object_id/:role_id","host":["{{domain}}"],"path":["add","team_role",":team_id",":object_name",":object_id",":role_id"],"variable":[{"id":"6cdaa6e3-1f13-4244-a08f-64f06c5b14b1","key":"team_id","value":"","type":"string"},{"id":"8a18f2fb-5c35-4ea3-b3fd-baabdc919f7d","key":"object_name","value":"","type":"string"},{"id":"9957a122-7c2e-440d-a118-0c84d6ad5fc7","key":"object_id","value":"","type":"string"},{"id":"1a78d201-a981-49e5-ad12-5dfcdb086d3c","key":"role_id","value":"","type":"string"}]},"description":"# **Add team role**\n\n**Method** : GET\n\n**Description** : Create a new role for the team\n\n## URL parameters\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t|\n   |--------------------|-------------------------------|-------------------------------------------------------|\n   | team_id            | *string*                      |                                                        |\n   | object_name        | *string*                      |                                                        |\n   | object_id          | *string*                      |                                                        |\n   | role_id            | *string*                      |                                                        |\n\n\nObject Name : \n - team\n - organisation\n - workspace\n\nRole:\n - Superadmin\n - Admin\n - user\n - invite\n\n**SUCCESS RESPONSE ( *JSON* ):**\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t| Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t| No request error value    \t\t|`true`             \t|\n   | **message**    |*`bool`*\t\t\t\t\t\t| ID of the message sent\t\t\t|                       |\n\n   \n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           | Description\t\t\t\t\t\t\t| Value                 |\n   |----------------|-------------------------------|---------------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t| All errors and corresponding field\t|\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t| Redirection route  \t\t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t| No request error value    \t\t\t|`false`             \t|"},"response":[],"_postman_id":"9ee7a9f2-cfec-49e6-9155-ddf3a1f4c573"},{"name":"UPDATE TEAM ROLE","id":"47963f4e-e8d5-40f6-8671-b2e1a587d167","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODg3NzA0fQ.WaE3X0Iq4Or70YZER7TcGnx-ksCbDG6ronFGbfQf6pk"}],"url":{"raw":"{{domain}}/update/team_role/:team_id/:object_name/:object_id/:role_id","host":["{{domain}}"],"path":["update","team_role",":team_id",":object_name",":object_id",":role_id"],"variable":[{"id":"f56d2ad6-b191-4b7f-918a-271111784af6","key":"team_id","value":"","type":"string"},{"id":"2b8fa290-7321-4ba6-b32c-e021b0c1a67a","key":"object_name","value":"","type":"string"},{"id":"2ce8b578-f5d1-4a3c-a18b-e1e07e1f44bd","key":"object_id","value":"","type":"string"},{"id":"c4fede8d-439d-41e3-832f-3a9f6ab7bee7","key":"role_id","value":"","type":"string"}]},"description":"# **Add team role**\n\n**Method** : GET\n\n**Description** : Update an existing role\n\n## URL parameters\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t|\n   |--------------------|-------------------------------|-------------------------------------------------------|\n   | team_id            | *string*                      |                                                        |\n   | object_name        | *string*                      |                                                        |\n   | object_id          | *string*                      |                                                        |\n   | role_id            | *string*                      |                                                        |\n\n\nObject Name : \n - team\n - organisation\n - workspace\n\nRole:\n - Superadmin\n - Admin\n - user\n - invite\n\n**SUCCESS RESPONSE ( *JSON* ):**\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t| Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t| No request error value    \t\t|`true`             \t|\n   | **message**    |*`bool`*\t\t\t\t\t\t| ID of the message sent\t\t\t|                       |\n\n   \n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           | Description\t\t\t\t\t\t\t| Value                 |\n   |----------------|-------------------------------|---------------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t| All errors and corresponding field\t|\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t| Redirection route  \t\t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t| No request error value    \t\t\t|`false`             \t|"},"response":[],"_postman_id":"47963f4e-e8d5-40f6-8671-b2e1a587d167"},{"name":"DELETE TEAM ROLE","id":"3ac12baa-c376-4b62-80c4-3f226fe0977c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODg3NzA0fQ.WaE3X0Iq4Or70YZER7TcGnx-ksCbDG6ronFGbfQf6pk","type":"text"}],"url":{"raw":"{{domain}}/delete/team_role/:team_id/:object_name/:object_id/:role_id","host":["{{domain}}"],"path":["delete","team_role",":team_id",":object_name",":object_id",":role_id"],"variable":[{"id":"327af93d-e57b-4b0c-aa86-69dcea492586","key":"team_id","value":"","type":"string"},{"id":"b04e0397-a266-4004-aa07-353c27dd1135","key":"object_name","value":"","type":"string"},{"id":"dcdd916f-c5db-474a-8fb9-79c5670b66c4","key":"object_id","value":"","type":"string"},{"id":"fc079b14-40d9-4c2e-8fd5-f39d401bd239","key":"role_id","value":"","type":"string"}]},"description":"# **Add team role**\n\n**Method** : GET\n\n**Description** : Remove an existing role\n\n## URL parameters\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t|\n   |--------------------|-------------------------------|-------------------------------------------------------|\n   | team_id            | *string*                      |                                                        |\n   | object_name        | *string*                      |                                                        |\n   | object_id          | *string*                      |                                                        |\n   | role_id            | *string*                      |                                                        |\n\n\nObject Name : \n - team\n - organisation\n - workspace\n\nRole:\n - Superadmin\n - Admin\n - user\n - invite\n\n\n**SUCCESS RESPONSE ( *JSON* ):**\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t| Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t| No request error value    \t\t|`true`             \t|\n   | **message**    |*`bool`*\t\t\t\t\t\t| ID of the message sent\t\t\t|                       |\n\n   \n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           | Description\t\t\t\t\t\t\t| Value                 |\n   |----------------|-------------------------------|---------------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t| All errors and corresponding field\t|\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t| Redirection route  \t\t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t| No request error value    \t\t\t|`false`             \t|"},"response":[],"_postman_id":"3ac12baa-c376-4b62-80c4-3f226fe0977c"},{"name":"READ TEAM ROLE","id":"1823c21b-ee6a-48f0-979b-a71e97867cbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODg3NzA0fQ.WaE3X0Iq4Or70YZER7TcGnx-ksCbDG6ronFGbfQf6pk"}],"url":{"raw":"{{domain}}/read/team_role/:team_id/:object_name/:object_id/:role_id","host":["{{domain}}"],"path":["read","team_role",":team_id",":object_name",":object_id",":role_id"],"variable":[{"key":"team_id","value":"","type":"string"},{"key":"object_name","value":"","type":"string"},{"key":"object_id","value":"","type":"string"},{"key":"role_id","value":"","type":"string"}]},"description":"# **Add team role**\n\n**Method** : GET\n\n**Description** : Read role informations\n\n## URL parameters\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t|\n   |--------------------|-------------------------------|-------------------------------------------------------|\n   | team_id            | *string*                      |                                                        |\n   | object_name        | *string*                      |                                                        |\n   | object_id          | *string*                      |                                                        |\n   | role_id            | *string*                      |                                                        |\n\n\nObject Name : \n - team\n - organisation\n - workspace\n\nRole:\n - Superadmin\n - Admin\n - user\n - invite\n\n**SUCCESS RESPONSE ( *JSON* ):**\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **id**\t        |*`null`*\t\t\t\t\t\t| Role ID  \t\t\t\t            |`null`             \t|\n   | **name**\t\t|*`string`*\t\t\t\t\t\t| Role name                 \t\t|`true`             \t|\n\n   \n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n\n   |    Name    \t|Type                           | Description\t\t\t\t\t\t\t| Value                 |\n   |----------------|-------------------------------|---------------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t| All errors and corresponding field\t|\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t| Redirection route  \t\t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t| No request error value    \t\t\t|`false`             \t|"},"response":[],"_postman_id":"1823c21b-ee6a-48f0-979b-a71e97867cbe"}],"id":"32506105-9648-496a-b1d0-38da74c160b4","_postman_id":"32506105-9648-496a-b1d0-38da74c160b4"},{"name":"Stock","item":[{"name":"GET STOCK","id":"5893c1ef-0d23-41a7-8825-daeb5bbba38a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{domain}}/workspaces/:slug/stock","host":["{{domain}}"],"path":["workspaces",":slug","stock"],"variable":[{"key":"slug","value":"europe-garage-seat","type":"string"}]},"description":"# Get stock\n\n**Method** : GET\n\n**Description** : Returns a list of vehicule available in the stock\n\n## SUCCESS RESPONSE *( JSON )* :\n\t\n`List of object`\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\t  \n   |----------------------------|---------------------------|---------------------------------------------------------------|\t\n   |brand\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Brand\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |fueltype\t\t\t\t\t|*`string`*\t\t\t\t\t|Fueltype\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |gearbox\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Gearbox\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |horsepower\t\t\t\t\t|*`int`*\t\t\t\t\t|Horsepower\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |image\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Car image\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |immat       \t\t\t\t|*`string`*\t\t\t\t\t|Plate registration\t\t\t\t\t\t\t\t\t\t\t\t|\n   |length\t\t\t\t\t\t|*`int`*\t\t\t\t\t|Length\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |mileage\t\t\t\t\t\t|*`int`*           \t\t\t|Mileage\t            \t        \t\t\t\t\t\t\t|\n   |model_name\t\t\t\t\t|*`string`*\t\t\t\t\t|Model name\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |price\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Price\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |typname\t\t\t\t\t\t|*`string`*\t\t\t\t\t|Specific type of a car model\t\t\t\t\t\t\t\t\t|\n   |year_released\t\t\t\t|*`string`*\t\t\t\t\t|Year realesed \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |discount\t\t\t\t\t|*`object`*\t\t\t\t\t|Local and national discount informations \t\t\t\t\t\t|\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t|"},"response":[{"id":"ab091ab0-f1ae-4295-9649-1b11710598b4","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI2NmQ4OGJmMmExMGE0ZmQyYmJhNzRhMTNkNDlkM2ZiZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiOTZkZWZlYmEtZTU1ZS00YjA1LWJkNjctNGIyMGFlZGY0NjY1IiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJmMTFlMDUyMy00ZDk4LTRlMGUtYjQ0OS05OGJkMjJkMzM3MzAiLCJjdXJyZW50X2RvbWFpbiI6IjdjY2FjOGNjLTFiMTYtNGI3Mi1iOTBhLWEwZDRlM2UzNmU5NyIsImV4cCI6MTU2NjkyMzI4OH0.ijIVmDr9CanoyQZnd_QLwq8hl89dGdKZp2wnjSvwENs","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"min_car_length","value":"","type":"text"},{"key":"max_car_length","value":"","type":"text"},{"key":"mileage","value":"","type":"text"},{"key":"year_released","value":"","type":"text"}]},"url":"{{domain}}/api/stock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12476"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvI7BsiV5nMsEyZLboTRTZjJkEXL3TqCLrD_v83iPcBmrb1_hfFt3P4XLbOEcJuFSiRy6CjmmwcmL1W5qZfRByMiSWbW8Zsbug4hGM2vuztmgGk1FoQ4QLElagV4cFaQWk0x0gNiNEgybnM2lMWCmDuxMEE6h7-vq19vFlh-Zr4dT7V361HsEBY6oNUdtSaIkQy9e2Ft945b1U67zJrd5edEDwBPlEtHaFNGTR0VssU1qOVsptaQ3-r6s39uvdA_nR_jYj4N2SA5X8SMLaiI1rqg5idtAZgrPU9g3X_8DZiSEhHHI4YngHpsQR-Mxgbk6gITnH87db7M.XWU0Tw.xqJNdfa_FUGz95S6tHzy7DBpzWM; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 27 Aug 2019 13:46:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"0\": {\n            \"brand\": \"AUDI\",\n            \"discount\": {\n                \"local\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"percent\"\n                },\n                \"national\": {\n                    \"amount\": 800,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"amount\"\n                }\n            },\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"automatique\",\n            \"horsepower\": \"177\",\n            \"id\": \"a5318abf-27df-491b-acb0-d4af183c4dbe\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c59a58d5a0b3d8e509d7a9accb1bc28fde223755d1376f932_2&bLayer=0\",\n            \"immat\": \"CZ-265-FD\",\n            \"length\": 4926,\n            \"mileage\": 71500,\n            \"model_name\": \"A6 IV\",\n            \"price\": 21642,\n            \"typname\": \"A6 Avant 2.0 TDI DPF 177\",\n            \"year_released\": \"2013-10-03T00:00:00\"\n        },\n        \"1\": {\n            \"brand\": \"RENAULT\",\n            \"discount\": {\n                \"local\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"percent\"\n                },\n                \"national\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"amount\"\n                }\n            },\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": \"75\",\n            \"id\": \"a6c5991b-2aff-4601-8b09-45b4f05d636d\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4cf510d920ff53c1292787dd74f40a9cf4e223755d1376f932_2&bLayer=0\",\n            \"immat\": \"FD-041-RS\",\n            \"length\": 4063,\n            \"mileage\": 23000,\n            \"model_name\": \"CLIO IV\",\n            \"price\": 9079,\n            \"typname\": \"Clio IV 1.2 16V 75\",\n            \"year_released\": \"2013-09-18T00:00:00\"\n        },\n        \"2\": {\n            \"brand\": \"RENAULT\",\n            \"discount\": {\n                \"local\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"percent\"\n                },\n                \"national\": {\n                    \"amount\": 800,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"amount\"\n                }\n            },\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": \"130\",\n            \"id\": \"d12b3ffe-7f0b-48c5-9956-51f9335c98c9\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c4e063263920e291443da132bf4e5bb86e223755d1376f932_2&bLayer=0\",\n            \"immat\": \"EN-235-FN\",\n            \"length\": 4449,\n            \"mileage\": 28000,\n            \"model_name\": \"KADJAR\",\n            \"price\": 18834,\n            \"typname\": \"Kadjar TCe 130 Energy\",\n            \"year_released\": \"2017-04-26T00:00:00\"\n        },\n        \"3\": {\n            \"brand\": \"FIAT\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": \"69\",\n            \"id\": \"f7acf47b-302e-41cb-8484-856b0e464ced\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c202fdbec659f7f3da34c8f0ec291f6a9e223755d1376f932_2&bLayer=0\",\n            \"immat\": \"DR-776-YD\",\n            \"length\": 3546,\n            \"mileage\": 49000,\n            \"model_name\": \"500\",\n            \"price\": 8715,\n            \"typname\": \"500 1.2 8V 69 ch\",\n            \"year_released\": \"2015-05-29T00:00:00\"\n        },\n        \"4\": {\n            \"brand\": \"FIAT\",\n            \"discount\": {\n                \"local\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"percent\"\n                },\n                \"national\": {\n                    \"amount\": 800,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"amount\"\n                }\n            },\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": \"95\",\n            \"id\": \"dd2d1822-7104-48ed-8f75-01678c19ad48\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4cf510d920ff53c12902dc84727078ca93e223755d1376f932_2&bLayer=0\",\n            \"immat\": \"BB-345-FR\",\n            \"length\": 4147,\n            \"mileage\": 11000,\n            \"model_name\": \"500L\",\n            \"price\": 11900,\n            \"typname\": \"500L 1.4 16V 95 ch\",\n            \"year_released\": \"2013-12-18T00:00:00\"\n        },\n        \"5\": {\n            \"brand\": \"VOLKSWAGEN\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"sequentielle\",\n            \"horsepower\": \"184\",\n            \"id\": \"02205fdc-48ec-47ad-8b63-11e1babdb1f1\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4ca986e17dd4ed10789df063ad0de05a36e223755d1376f932_2&bLayer=0\",\n            \"immat\": \"DC-773-WZ\",\n            \"length\": 4268,\n            \"mileage\": 124400,\n            \"model_name\": \"GOLF VII\",\n            \"price\": 16068,\n            \"typname\": \"Golf 2.0 TDI 184 BlueMotion Technology FAP DSG6\",\n            \"year_released\": \"2014-02-07T00:00:00\"\n        },\n        \"6\": {\n            \"brand\": \"FIAT\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": \"69\",\n            \"id\": \"ab817d0d-e852-4afc-b009-c54eabe0d999\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4cbf521d1ab6a7fe964aa381b5a5e73970e223755d1376f932_2&bLayer=0\",\n            \"immat\": \"FB-876-QP\",\n            \"length\": 3705,\n            \"mileage\": 5000,\n            \"model_name\": \"PANDA III\",\n            \"price\": 11492,\n            \"typname\": \"Panda 1.2 69 ch\",\n            \"year_released\": \"2018-11-08T00:00:00\"\n        },\n        \"7\": {\n            \"brand\": \"FORD\",\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": \"69\",\n            \"id\": \"b05152bd-844c-4a64-8d91-28fbf3c079a9\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c4e063263920e29143a095b703b11a64fe223755d1376f932_2&bLayer=0\",\n            \"immat\": \"DN-385-WV\",\n            \"length\": 3620,\n            \"mileage\": 36500,\n            \"model_name\": \"KA II\",\n            \"price\": 7498,\n            \"typname\": \"Ka 1.2 69 S&S\",\n            \"year_released\": \"2015-02-06T00:00:00\"\n        },\n        \"8\": {\n            \"brand\": \"VOLVO\",\n            \"discount\": {\n                \"local\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"percent\"\n                },\n                \"national\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"amount\"\n                }\n            },\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"automatique\",\n            \"horsepower\": \"225\",\n            \"id\": \"e5d964f3-396d-41fb-9645-2d212d10ad94\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c4d6aaee0f49377c3003f4d79fe1b2fcfe223755d1376f932_2&bLayer=0\",\n            \"immat\": \"DV-006-GK\",\n            \"length\": 4950,\n            \"mileage\": 115000,\n            \"model_name\": \"XC90 II\",\n            \"price\": 37970,\n            \"typname\": \"XC90 D5 AWD 225\",\n            \"year_released\": \"2015-08-27T00:00:00\"\n        },\n        \"9\": {\n            \"brand\": \"LAND ROVER\",\n            \"discount\": {\n                \"local\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"percent\"\n                },\n                \"national\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"amount\"\n                }\n            },\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"automatique\",\n            \"horsepower\": \"180\",\n            \"id\": \"8017c7fd-90e7-4974-af5e-a6f38b69c1be\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c6b4a1320b6a2446c86c844ae052d2e91e223755d1376f932_2&bLayer=0\",\n            \"immat\": \"EV-667-LC\",\n            \"length\": 4370,\n            \"mileage\": 8000,\n            \"model_name\": \"RANGE ROVER EVOQUE\",\n            \"price\": 42453,\n            \"typname\": \"Range Rover Evoque Mark VI TD4 180 BVA\",\n            \"year_released\": \"2018-03-02T00:00:00\"\n        },\n        \"10\": {\n            \"brand\": \"MINI\",\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": \"90\",\n            \"id\": \"86cd7d0a-69df-4f16-8730-ee55e69d1d82\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c456641663b32dca94a88eabe4eb2c639e223755d1376f932_2&bLayer=0\",\n            \"immat\": \"AC-455-GT\",\n            \"length\": 3961,\n            \"mileage\": 46000,\n            \"model_name\": \"MINI II\",\n            \"price\": 10000,\n            \"typname\": \"Mini Clubman D 90 ch\",\n            \"year_released\": \"2013-12-12T00:00:00\"\n        },\n        \"11\": {\n            \"brand\": \"AUDI\",\n            \"discount\": {\n                \"local\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"percent\"\n                },\n                \"national\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"amount\"\n                }\n            },\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"sequentielle\",\n            \"horsepower\": \"240\",\n            \"id\": \"8c2a8272-7543-47d7-a964-028c380887bd\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c456641663b32dca9b02b0df775fa40c1e223755d1376f932_2&bLayer=0\",\n            \"immat\": \"AA-345-GT\",\n            \"length\": 4625,\n            \"mileage\": 37000,\n            \"model_name\": \"A5\",\n            \"price\": 27400,\n            \"typname\": \"A5 Cabriolet V6 3.0 TDI 240 DPF\",\n            \"year_released\": \"2009-12-17T00:00:00\"\n        },\n        \"12\": {\n            \"brand\": \"MERCEDES\",\n            \"discount\": {\n                \"local\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"pourcent\"\n                },\n                \"national\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"amount\"\n                }\n            },\n            \"fueltype\": \"Diesel\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": \"136\",\n            \"id\": \"50405b29-ced5-4acf-96dd-ac91462a6447\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4ccb7214f39085423e0b839ee673283de2e223755d1376f932_2&bLayer=0\",\n            \"immat\": \"DH-909-AR\",\n            \"length\": 4292,\n            \"mileage\": 18000,\n            \"model_name\": \"CLASSE A III\",\n            \"price\": 21434,\n            \"typname\": \"Classe A 200 CDI BlueEFFICIENCY\",\n            \"year_released\": \"2014-06-25T00:00:00\"\n        },\n        \"13\": {\n            \"brand\": \"SUZUKI\",\n            \"discount\": {\n                \"local\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"percent\"\n                },\n                \"national\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"amount\"\n                }\n            },\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": \"94\",\n            \"id\": \"30d7bc67-0974-4cd5-b9f7-d3820ec7ceb5\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c136c13efb59cd71638771328ae375340e223755d1376f932_2&bLayer=0\",\n            \"immat\": \"AD-456-FR\",\n            \"length\": 3850,\n            \"mileage\": 45000,\n            \"model_name\": \"SWIFT III\",\n            \"price\": 9900,\n            \"typname\": \"Swift 1.2 VVT\",\n            \"year_released\": \"2012-10-24T00:00:00\"\n        },\n        \"14\": {\n            \"brand\": \"TOYOTA\",\n            \"discount\": {\n                \"local\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"percent\"\n                },\n                \"national\": {\n                    \"amount\": 400,\n                    \"label\": \"Cadeau de bienvenu\",\n                    \"type\": \"amount\"\n                }\n            },\n            \"fueltype\": \"Essence sans plomb\",\n            \"gearbox\": \"manuel\",\n            \"horsepower\": \"68\",\n            \"id\": \"9317d225-e8b3-40cc-8771-e323c97e5ab5\",\n            \"image\": \"https://file-render.webapp4you.eu/pictureRender/?id=75967ed03ba602fe49c63218f699e672655d2a287c8b83b35a58641b4c0e5826794db55728a5adb24c17dbe2e363dd4c6a9c846e8105aecac4cedfdc9bf87c55e223755d1376f932_2&bLayer=0\",\n            \"immat\": \"CQ-335-HA\",\n            \"length\": 3415,\n            \"mileage\": 22000,\n            \"model_name\": \"AYGO\",\n            \"price\": 6854,\n            \"typname\": \"Aygo MC 1.0 VVT-i\",\n            \"year_released\": \"2013-01-30T00:00:00\"\n        }\n    }\n}"},{"id":"bc955849-2724-46c7-ab0b-7226da2e5cbb","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1EZ3dOekk0TXl3aVpYaHdJam94TlRZd09ERXdPRGd6ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTUQzSV9DN0lvMWdqSFFSTzg0bmJpekNyVldKa1lvSUNMUFRMcWFWTkdMcmdIZUZPQ0Zway1fajBOOGg2VWpGaUFEUjJRekhKTE4zMHFveGFpY19nb2ciLCJleHAiOjE1NjA5MzQ3MzV9.dlcaJ6gvAR0ZjHBBxQZTf5-6zF08NNL3Rckf0iWY4vc"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"min_car_length","type":"text","value":""},{"key":"max_car_length","type":"text","value":""},{"key":"mileage","type":"text","value":""},{"key":"budget","type":"text","value":""},{"key":"year_released","type":"text","value":"2015-02-12"}]},"url":"{{domain}}/api/stock"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"131"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJwljjluAzEMAP-i2gvw1JL-jEGJJJJ2HVdB_h4H6QaDKeZ7PPqq58e4f12vuo3HZ477yDNWpHF5cXRRw4nGgKHKC8yYxIEVVp8S4uGyFqNumiWNaBu3qED8lb2Ng9gxmFhk8RKit6WohoSdJ05O6HLCrm2VQOM2Xs-6_mdcdLkrHNq4D5mZh3m8iadR6jRUHz-_VIc3GA.XQkBbg.RaOnraEDLYziLRO-DGAbT9UwFNI; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 18 Jun 2019 15:21:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"budget\": [\n            \"Le budget doit être un nombre entier\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"5893c1ef-0d23-41a7-8825-daeb5bbba38a"},{"name":"GET Analysis stock price","id":"52be18f9-a79a-4217-a364-b9ecff3b79ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-access-token","value":"{{token}}","type":"text"}],"url":{"raw":"{{domain}}/analysis/:analysis_id/stock-prices","host":["{{domain}}"],"path":["analysis",":analysis_id","stock-prices"],"query":[{"key":"price[min]","value":"100","type":"text","disabled":true},{"key":"price[max]","value":"10000","type":"text","disabled":true}],"variable":[{"key":"analysis_id","value":"040cec9d-5d18-40b4-a083-04ac0c0cd0f4","type":"string"}]}},"response":[],"_postman_id":"52be18f9-a79a-4217-a364-b9ecff3b79ac"},{"name":"GET Analysis stock","id":"538b389d-b91e-4af6-a349-4b84a80bffe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-access-token","value":"{{token}}","type":"text"}],"url":{"raw":"{{domain}}/analysis/:analysis_id/stock","host":["{{domain}}"],"path":["analysis",":analysis_id","stock"],"query":[{"key":"price[min]","value":"100","type":"text","disabled":true},{"key":"price[max]","value":"10000","type":"text","disabled":true}],"variable":[{"id":"db285c8f-9286-4203-b415-2aaa43e32854","key":"analysis_id","value":"040cec9d-5d18-40b4-a083-04ac0c0cd0f4","type":"string"}]}},"response":[],"_postman_id":"538b389d-b91e-4af6-a349-4b84a80bffe2"},{"name":"Update analysis stock position","id":"a79d3067-28ee-4b52-8e42-e5a13e303609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-access-token","value":"{{token}}","type":"text"}],"url":{"raw":"{{domain}}/analysis/:analysis_id/stock-prices","host":["{{domain}}"],"path":["analysis",":analysis_id","stock-prices"],"query":[{"key":"price[min]","value":"100","type":"text","disabled":true},{"key":"price[max]","value":"10000","type":"text","disabled":true}],"variable":[{"id":"ff0fc024-167b-479a-a8b9-d53aeaf7951a","key":"analysis_id","value":"040cec9d-5d18-40b4-a083-04ac0c0cd0f4","type":"string"}]}},"response":[],"_postman_id":"a79d3067-28ee-4b52-8e42-e5a13e303609"}],"id":"5533817d-c4bd-41d7-8132-18d2d99a113d","_postman_id":"5533817d-c4bd-41d7-8132-18d2d99a113d"},{"name":"Team","item":[{"name":"CREATE TEAM","id":"70865cc5-cebd-47ce-9906-a22fd704474b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiMzZiYjRkMjYtMjBiMy00NGNkLThhODYtYmM0MGQ2OWU4Y2I2IiwiZXhwIjoxNTUzNzkyODY5fQ.4lSMxSrL6hrEWPi4sSjaKFZrPsiIOEIBKTOZxlxMYdg"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"equipe_b"}]},"url":{"raw":"{{domain}}/create/team?name=string","host":["{{domain}}"],"path":["create","team"],"query":[{"key":"name","value":"string"}]},"description":"# Team creation\n\n**Method** : POST\n\n**Description** : Create a new team\n\n## Query parameters\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t|Required\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------|-----------|\n   | name\t\t    |*`string`*           \t\t\t|Team name\t\t            \t        \t\t\t|`true`\t\t|\n\n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                    |Value                  \t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-------------------------------|-----------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Workspace creation state\t\t|`La création de la team a bien été prise en compte` \t\t|\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t|`true`             \t\t\t\t\t\t\t\t\t\t|\n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"841a42c4-5c50-4ff8-896a-532c8035b1d0","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiMzZiYjRkMjYtMjBiMy00NGNkLThhODYtYmM0MGQ2OWU4Y2I2IiwiZXhwIjoxNTUzNzkyODY5fQ.4lSMxSrL6hrEWPi4sSjaKFZrPsiIOEIBKTOZxlxMYdg"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"equipe_b"}]},"url":{"raw":"{{domain}}/create/team?name=string","host":["{{domain}}"],"path":["create","team"],"query":[{"key":"name","value":"string"}]},"description":"# Team creation\n\n**Method** : POST\n\n**Description** : Create a new team\n\n## Query parameters\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t|Required\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------|-----------|\n   | name\t\t    |*`string`*           \t\t\t|Team name\t\t            \t        \t\t\t|`true`\t\t|\n\n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                    |Value                  \t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-------------------------------|-----------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Workspace creation state\t\t|`La création de la team a bien été prise en compte` \t\t|\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t|`true`             \t\t\t\t\t\t\t\t\t\t|\n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"112"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkElqw1AQRK8S_jqCP3T_wZcxPSYixAqSRRbGd49MIM62ivco6hbOvtr2Hk7XdbfXcJ41nEKnWhqiJWFCg-g1WtEmylpcHKFCpVyZy6OuIOaI6EN1mFnNmppiL5yaJ4ISaZQkxYATtaKUEQ8QRDEm125VjUZNkFFStYopvAbZ19Uu17MunzRfwukWXvZjmZU2oEeMPhIcC7lRHXZEaMgIPdyf6LK-0WXe6DovT4FIr8WErasBpNE5S1YXLM1FPP8XfC_rx_ZFYn90JovAWHLKDrGnAYWhdifGyjnJg943W39vZNJBOfpkijKBlzwNEpiwg0uEymQt3H8ApXRyTg.XT8Tcw.aJJiLZ63v-1iRhmII9nSU410fzk; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 29 Jul 2019 15:40:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La création de la team a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"ac26c314-9adf-4ef0-aafa-bc674c4677cf","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiMzZiYjRkMjYtMjBiMy00NGNkLThhODYtYmM0MGQ2OWU4Y2I2IiwiZXhwIjoxNTUzNzkyODY5fQ.4lSMxSrL6hrEWPi4sSjaKFZrPsiIOEIBKTOZxlxMYdg"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"equipe_b"}]},"url":{"raw":"{{domain}}/create/team?name=string","host":["{{domain}}"],"path":["create","team"],"query":[{"key":"name","value":"string"}]},"description":"# Team creation\n\n**Method** : POST\n\n**Description** : Create a new team\n\n## Query parameters\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t|Required\t|\t  \n   |----------------|-------------------------------|---------------------------------------------------|-----------|\n   | name\t\t    |*`string`*           \t\t\t|Team name\t\t            \t        \t\t\t|`true`\t\t|\n\n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                    |Value                  \t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-------------------------------|-----------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Workspace creation state\t\t|`La création de la team a bien été prise en compte` \t\t|\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t|`true`             \t\t\t\t\t\t\t\t\t\t|\n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"162"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkM1qwzAQhF-l6FyDpP2RlJcJq91Va0rjYsf0EPLudSg0PQ3M8A3D3MJ5rL69h9N13f01nGcLp1CFoRB50i7kGAdHBytq3WDoIGRkydw7PGJG9UFEo5k1d-dsqRhV6KmMJAhRGiQFx56kgEkmOkBUo5iGVWdzaZwwkyZ2phReg-7r6pfr2ZZPmS_hdAsv-7HMoTSskeJoCY-FvQg3Pyxy6oQ13J_osr7JZd7kOi_PAtXK4Nq9miOmVnvWbEMJylAd-X_B97J-bF-i_kdn8YidIKc8MNbUEDpyHdKJe076oPfN198bCSjXknHiQyasWKd6XDgJVMmdR4sWw_0Hd9pw4A.XT8TWw.NWbS73zKeDq2JL7efu3wpZ4wsA4; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 29 Jul 2019 15:40:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"permissions\": [\n            \"Vous ne possédez pas les droits suffisant pour créer une team\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"70865cc5-cebd-47ce-9906-a22fd704474b"},{"name":"UPDATE TEAM","id":"4fa48da2-6425-4387-b261-de430963f2b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODE0NTIzfQ.hFCymfUwBelkuuYNmGXS2LMhesAy1kXppJoL92eb5Ys"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/update/team/:team_id?name=string","host":["{{domain}}"],"path":["update","team",":team_id"],"query":[{"key":"name","value":"string"}],"variable":[{"id":"ff404f86-7d88-4f22-8cdf-240fc1ec58f0","key":"team_id","value":"","type":"string"}]},"description":"# Update team informations\n\n\n**Method** : POST\n\n**Description** : Update a team name\n\n## URL parameters\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t    |*`string`*           \t\t\t|Team identifier    \t\t            \t        \t\t\t|\n\n## Query parameters\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\t  \n   |--------------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | name\t\t\t\t|*`string`*           \t\t\t|Team name\t\t            \t        \t\t\t\t\t\t|`true`\t\t|\t\n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Team creation state\t\t\t\t|`La modification de votre team a bien été prise en compte` \t\t\t|\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"1e610ece-5abd-4b36-927f-da22c5d2791c","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODE0NTIzfQ.hFCymfUwBelkuuYNmGXS2LMhesAy1kXppJoL92eb5Ys"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/update/team/:team_id?name=string","host":["{{domain}}"],"path":["update","team",":team_id"],"query":[{"key":"name","value":"string"}],"variable":[{"id":"ff404f86-7d88-4f22-8cdf-240fc1ec58f0","key":"team_id","value":"","type":"string"}]},"description":"# Update team informations\n\n\n**Method** : POST\n\n**Description** : Update a team name\n\n## URL parameters\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t    |*`string`*           \t\t\t|Team identifier    \t\t            \t        \t\t\t|\n\n## Query parameters\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\t  \n   |--------------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | name\t\t\t\t|*`string`*           \t\t\t|Team name\t\t            \t        \t\t\t\t\t\t|`true`\t\t|\t\n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Team creation state\t\t\t\t|`La modification de votre team a bien été prise en compte` \t\t\t|\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"118"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMtqw0AMRX-lzLqGeUgaT34maPRoTWlc7JguQv69EwpN1-Lce65u4eyb7e_hdN0Oew3nRcMpzEylIlqSzmgQnaIVraJdi4sjEBBn6r08zgRijojeVJuZUdZUFefSU_XEUCK3kqQY9MS1KGfEAYIoxuQ6G6lxowQZJZERpvAa5Ng2u1zPun7ycgmnW3g5hplkrZ5LNoUMmCuLWY5udWb1JhruT3Td3viy7Hxd1mdA7E6Dc-uZYKbWiyfF2lGycHP-H_C9bh_716j4o5OwldLjLFrAQFoUSiQNM42tsT7oY7ft941cpfoQmyxinyCTTDyWT64ZmOtQaCncfwB4HnNU.XUP2qw.McxWrHOQfNcxgRHOLMwrzE8dbUs; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 08:39:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La modification de votre team a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"6b89ac81-4a9e-45d3-8285-fa13e99d0779","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODE0NTIzfQ.hFCymfUwBelkuuYNmGXS2LMhesAy1kXppJoL92eb5Ys"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/update/team/:team_id?name=string","host":["{{domain}}"],"path":["update","team",":team_id"],"query":[{"key":"name","value":"string"}],"variable":[{"id":"ff404f86-7d88-4f22-8cdf-240fc1ec58f0","key":"team_id","value":"","type":"string"}]},"description":"# Update team informations\n\n\n**Method** : POST\n\n**Description** : Update a team name\n\n## URL parameters\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t    |*`string`*           \t\t\t|Team identifier    \t\t            \t        \t\t\t|\n\n## Query parameters\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|Required\t|\t  \n   |--------------------|-------------------------------|---------------------------------------------------------------|-----------|\n   | name\t\t\t\t|*`string`*           \t\t\t|Team name\t\t            \t        \t\t\t\t\t\t|`true`\t\t|\t\n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Team creation state\t\t\t\t|`La modification de votre team a bien été prise en compte` \t\t\t|\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"175"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMtqw0AMRX-lzLqGeUgaT34maPRoTWlc7JguQv69EwpN1-Lce65u4eyb7e_hdN0Oew3nRcMpzEylIlqSzmgQnaIVraJdi4sjEBBn6r08zgRijojeVJuZUdZUFefSU_XEUCK3kqQY9MS1KGfEAYIoxuQ6G6lxowQZJZERpvAa5Ng2u1zPun7ycgmnW3g5hplkrZ5LNoUMmCuLWY5udWb1JhruT3Td3viy7Hxd1mdA7E6Dc-uZYKbWiyfF2lGycHP-H_C9bh_716j4o5OwldLjLFrAQFoUSiQNM42tsT7oY7ft941cpfoQmyxinyCTTDyWT64ZmOtQaCncfwB4HnNU.XUP2kA.Tuo1KjRnQrG0Jy_lKlFJQfB_09c; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 08:38:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"name\": [\n            \"Le nom de votre organisation ne peut contenir que des lettres, espaces ou les caractères suivants (-' )\"\n        ]\n    },\n    \"result\": false\n}"}],"_postman_id":"4fa48da2-6425-4387-b261-de430963f2b5"},{"name":"DELETE TEAM","id":"3228e340-2309-400b-a9ce-f48e7321cf6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODE0NTIzfQ.hFCymfUwBelkuuYNmGXS2LMhesAy1kXppJoL92eb5Ys"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/update/team/:team_id?name=string","host":["{{domain}}"],"path":["update","team",":team_id"],"query":[{"key":"name","value":"string"}],"variable":[{"id":"2709e5e4-4538-4012-8d24-355fd689a474","key":"team_id","value":"","type":"string"}]},"description":"# Delete team\n\n\n**Method** : POST\n\n**Description** : Update a team name\n\n## URL parameters\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t    |*`string`*           \t\t\t|Team identifier    \t\t            \t        \t\t\t|\n   \n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Team creation state\t\t\t\t|`La suppression  de la team a bien été prise en comptee` \t\t\t|\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"a48f6bf8-cb66-4598-8170-d84179541a99","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODE0NTIzfQ.hFCymfUwBelkuuYNmGXS2LMhesAy1kXppJoL92eb5Ys"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/update/team/:team_id?name=string","host":["{{domain}}"],"path":["update","team",":team_id"],"query":[{"key":"name","value":"string"}],"variable":[{"id":"2709e5e4-4538-4012-8d24-355fd689a474","key":"team_id","value":"","type":"string"}]},"description":"# Delete team\n\n\n**Method** : POST\n\n**Description** : Update a team name\n\n## URL parameters\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t    |*`string`*           \t\t\t|Team identifier    \t\t            \t        \t\t\t|\n   \n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Team creation state\t\t\t\t|`La suppression  de la team a bien été prise en comptee` \t\t\t|\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"115"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMtqw0AMRX-lzLqGeUgaT34maPRoTWlc7JguQv69EwpN1-Lce65u4eyb7e_hdN0Oew3nRcMpzEylIlqSzmgQnaIVraJdi4sjEBBn6r08zgRijojeVJuZUdZUFefSU_XEUCK3kqQY9MS1KGfEAYIoxuQ6G6lxowQZJZERpvAa5Ng2u1zPun7ycgmnW3g5hplkrZ5LNoUMmCuLWY5udWb1JhruT3Td3viy7Hxd1mdA7E6Dc-uZYKbWiyfF2lGycHP-H_C9bh_716j4o5OwldLjLFrAQFoUSiQNM42tsT7oY7ft941cpfoQmyxinyCTTDyWT64ZmOtQaCncfwB4HnNU.XUP3GA.Tb3f16tk3heriT4dJ7zHdqLZTBk; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 08:40:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La suppression  de la team a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"f62b7e47-6997-41ec-9220-94c44f35ce0f","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODE0NTIzfQ.hFCymfUwBelkuuYNmGXS2LMhesAy1kXppJoL92eb5Ys"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/update/team/:team_id?name=string","host":["{{domain}}"],"path":["update","team",":team_id"],"query":[{"key":"name","value":"string"}],"variable":[{"id":"2709e5e4-4538-4012-8d24-355fd689a474","key":"team_id","value":"","type":"string"}]},"description":"# Delete team\n\n\n**Method** : POST\n\n**Description** : Update a team name\n\n## URL parameters\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|\n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t    |*`string`*           \t\t\t|Team identifier    \t\t            \t        \t\t\t|\n   \n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Team creation state\t\t\t\t|`La suppression  de la team a bien été prise en comptee` \t\t\t|\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"130"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMtqw0AMRX-lzLqGeUgaT34maPRoTWlc7JguQv69EwpN1-Lce65u4eyb7e_hdN0Oew3nRcMpzEylIlqSzmgQnaIVraJdi4sjEBBn6r08zgRijojeVJuZUdZUFefSU_XEUCK3kqQY9MS1KGfEAYIoxuQ6G6lxowQZJZERpvAa5Ng2u1zPun7ycgmnW3g5hplkrZ5LNoUMmCuLWY5udWb1JhruT3Td3viy7Hxd1mdA7E6Dc-uZYKbWiyfF2lGycHP-H_C9bh_716j4o5OwldLjLFrAQFoUSiQNM42tsT7oY7ft941cpfoQmyxinyCTTDyWT64ZmOtQaCncfwB4HnNU.XUP2-Q.uhySvcnOf0Cn0_tEEacVmEDf_BY; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 08:40:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"authorization\": [\n            \"Vous ne pouvez pas supprimer cet espace de travail\"\n        ]\n    },\n    \"result\": false\n}"}],"_postman_id":"3228e340-2309-400b-a9ce-f48e7321cf6a"},{"name":"READ TEAM USERS","id":"ce02a915-8c99-409e-83c9-a862dc3eef73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODE0NTIzfQ.hFCymfUwBelkuuYNmGXS2LMhesAy1kXppJoL92eb5Ys"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/read/team_user/:team_id","host":["{{domain}}"],"path":["read","team_user",":team_id"],"variable":[{"id":"aa5c4889-029d-41e5-b67a-710a041a3fcc","key":"team_id","value":"","type":"string"}]},"description":"# Read team users\n\n**Method** : GET\n\n**Description** : \n\n## URL parameters\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t|*`string`*           \t\t\t    |Team identificator\t\t\t\t            \t        \t\t|\n   | user_id\t|*`string`*           \t\t\t    |User identificator\t\t\t\t            \t        \t\t|\n\n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\nList of user in team (JSON)\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | id \t\t\t\t\t    |*`string`*           \t\t|User ID                \t        \t\t\t\t\t\t|\n   | name\t\t\t\t\t\t|*`string`*           \t\t|User name           \t        \t\t\t\t\t\t\t\t|\n   | firstname\t\t\t\t\t|*`string`*           \t\t|User firstname           \t        \t\t\t\t\t\t\t|\n   | email\t\t\t\t\t\t|*`string`*           \t\t|User email           \t        \t\t\t\t\t\t\t\t|\n   | public_id\t\t\t\t\t|*`string`*           \t\t|User public id           \t        \t\t\t\t\t\t\t|\n   | url\t\t\t\t\t\t|*`string`*           \t\t|User profil image url           \t        \t\t\t\t\t|\n      \n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"184dfc39-dc1e-4ae4-8112-36d90c221a11","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODE0NTIzfQ.hFCymfUwBelkuuYNmGXS2LMhesAy1kXppJoL92eb5Ys"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/read/team_user/:team_id","host":["{{domain}}"],"path":["read","team_user",":team_id"],"variable":[{"id":"aa5c4889-029d-41e5-b67a-710a041a3fcc","key":"team_id","value":"","type":"string"}]},"description":"# Read team users\n\n**Method** : GET\n\n**Description** : \n\n## URL parameters\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t|*`string`*           \t\t\t    |Team identificator\t\t\t\t            \t        \t\t|\n   | user_id\t|*`string`*           \t\t\t    |User identificator\t\t\t\t            \t        \t\t|\n\n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\nList of user in team (JSON)\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | id \t\t\t\t\t    |*`string`*           \t\t|User ID                \t        \t\t\t\t\t\t|\n   | name\t\t\t\t\t\t|*`string`*           \t\t|User name           \t        \t\t\t\t\t\t\t\t|\n   | firstname\t\t\t\t\t|*`string`*           \t\t|User firstname           \t        \t\t\t\t\t\t\t|\n   | email\t\t\t\t\t\t|*`string`*           \t\t|User email           \t        \t\t\t\t\t\t\t\t|\n   | public_id\t\t\t\t\t|*`string`*           \t\t|User public id           \t        \t\t\t\t\t\t\t|\n   | url\t\t\t\t\t\t|*`string`*           \t\t|User profil image url           \t        \t\t\t\t\t|\n      \n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"285"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XUQ2cA._jGeljf2vTGljOsbLLXX2X8dnxs; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 13:11:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"team\": {\n        \"0\": {\n            \"email\": \"neuralytic_test_account@yopmail.com\",\n            \"firstname\": \"jacques\",\n            \"id\": \"0d882e15-de77-4a09-901d-e235fe14f572\",\n            \"name\": \"Boateng\",\n            \"public_id\": \"7337171d474c4b6a8cabc15753e832f5\",\n            \"url\": \"default.jpg\"\n        }\n    }\n}"},{"id":"3079d416-4741-4724-8570-0ff1736093d4","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODE0NTIzfQ.hFCymfUwBelkuuYNmGXS2LMhesAy1kXppJoL92eb5Ys"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/read/team_user/:team_id","host":["{{domain}}"],"path":["read","team_user",":team_id"],"variable":[{"id":"aa5c4889-029d-41e5-b67a-710a041a3fcc","key":"team_id","value":"","type":"string"}]},"description":"# Read team users\n\n**Method** : GET\n\n**Description** : \n\n## URL parameters\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t|*`string`*           \t\t\t    |Team identificator\t\t\t\t            \t        \t\t|\n   | user_id\t|*`string`*           \t\t\t    |User identificator\t\t\t\t            \t        \t\t|\n\n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\nList of user in team (JSON)\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | id \t\t\t\t\t    |*`string`*           \t\t|User ID                \t        \t\t\t\t\t\t|\n   | name\t\t\t\t\t\t|*`string`*           \t\t|User name           \t        \t\t\t\t\t\t\t\t|\n   | firstname\t\t\t\t\t|*`string`*           \t\t|User firstname           \t        \t\t\t\t\t\t\t|\n   | email\t\t\t\t\t\t|*`string`*           \t\t|User email           \t        \t\t\t\t\t\t\t\t|\n   | public_id\t\t\t\t\t|*`string`*           \t\t|User public id           \t        \t\t\t\t\t\t\t|\n   | url\t\t\t\t\t\t|*`string`*           \t\t|User profil image url           \t        \t\t\t\t\t|\n      \n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"162"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XUQ2Yg.7rXcLkFHNyPTHJZ9cnsySTnJwWk; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 13:10:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"authorization\": [\n            \"Vous ne pouvez pas accéder aux informations de cette équipe\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"ce02a915-8c99-409e-83c9-a862dc3eef73"},{"name":"ADD TEAM USER","id":"3eaddd34-671e-4e5a-b965-288cae3d7f43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI3MzM3MTcxZDQ3NGM0YjZhOGNhYmMxNTc1M2U4MzJmNSIsImN1cnJlbnRfb3JnYW5pc2F0aW9uIjoiZWUwOTkwN2YtZTEyZS00YmZjLThmMDQtNmQ5OWZjODhhNjkyIiwiY3VycmVudF9kb21haW4iOiJlNGNiMzcyOC04NjhkLTRhMDMtODYzYy1jNWFhZmYwM2M2OTgiLCJleHAiOjE1NjQ3NjIwMDN9.6zs9dLBt3HBbPcq9ULLnRrxiA8rTtj_ZoFdpuYEk9pU"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/add/team_user/:team_id/:user_id","host":["{{domain}}"],"path":["add","team_user",":team_id",":user_id"],"variable":[{"id":"7c8a47d4-f98e-4e70-a05c-0226cc203ba2","key":"team_id","value":"306450ca-6e32-4ba3-95bf-d725a4c5d1f2","type":"string"},{"id":"d1f2f191-1ed0-443c-acb5-46c4dc398ba9","key":"user_id","value":"0d882e15-de77-4a09-901d-e235fe14f572","type":"string"}]},"description":"# Add user to team\n\n**Method** : GET\n\n**Description** : \n\n## URL parameters\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t    |*`string`*           \t\t\t|Team identificator\t\t\t\t            \t        \t\t|\n   | user_id\t    |*`string`*           \t\t\t|User identificator\t\t\t\t            \t        \t\t|\n\n\n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Status of adding the user \t\t\t|`L'ajout de l'utilisateur a bien été prise en compte`\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"287ee2a2-d382-40c1-a4e0-14e411c15cca","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI3MzM3MTcxZDQ3NGM0YjZhOGNhYmMxNTc1M2U4MzJmNSIsImN1cnJlbnRfb3JnYW5pc2F0aW9uIjoiZWUwOTkwN2YtZTEyZS00YmZjLThmMDQtNmQ5OWZjODhhNjkyIiwiY3VycmVudF9kb21haW4iOiJlNGNiMzcyOC04NjhkLTRhMDMtODYzYy1jNWFhZmYwM2M2OTgiLCJleHAiOjE1NjQ3NjIwMDN9.6zs9dLBt3HBbPcq9ULLnRrxiA8rTtj_ZoFdpuYEk9pU"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/add/team_user/:team_id/:user_id","host":["{{domain}}"],"path":["add","team_user",":team_id",":user_id"],"variable":[{"id":"7c8a47d4-f98e-4e70-a05c-0226cc203ba2","key":"team_id","value":"306450ca-6e32-4ba3-95bf-d725a4c5d1f2","type":"string"},{"id":"d1f2f191-1ed0-443c-acb5-46c4dc398ba9","key":"user_id","value":"0d882e15-de77-4a09-901d-e235fe14f572","type":"string"}]},"description":"# Add user to team\n\n**Method** : GET\n\n**Description** : \n\n## URL parameters\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t    |*`string`*           \t\t\t|Team identificator\t\t\t\t            \t        \t\t|\n   | user_id\t    |*`string`*           \t\t\t|User identificator\t\t\t\t            \t        \t\t|\n\n\n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Status of adding the user \t\t\t|`L'ajout de l'utilisateur a bien été prise en compte`\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"113"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XURV4A.tBEo3B2mQeJ-x0iM0mpACR-ywe8; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 15:25:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"L'ajout de l'utilisateur a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"51d7fb81-19ef-40e3-8697-8553e9d6be0a","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI3MzM3MTcxZDQ3NGM0YjZhOGNhYmMxNTc1M2U4MzJmNSIsImN1cnJlbnRfb3JnYW5pc2F0aW9uIjoiZWUwOTkwN2YtZTEyZS00YmZjLThmMDQtNmQ5OWZjODhhNjkyIiwiY3VycmVudF9kb21haW4iOiJlNGNiMzcyOC04NjhkLTRhMDMtODYzYy1jNWFhZmYwM2M2OTgiLCJleHAiOjE1NjQ3NjIwMDN9.6zs9dLBt3HBbPcq9ULLnRrxiA8rTtj_ZoFdpuYEk9pU"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/add/team_user/:team_id/:user_id","host":["{{domain}}"],"path":["add","team_user",":team_id",":user_id"],"variable":[{"id":"7c8a47d4-f98e-4e70-a05c-0226cc203ba2","key":"team_id","value":"306450ca-6e32-4ba3-95bf-d725a4c5d1f2","type":"string"},{"id":"d1f2f191-1ed0-443c-acb5-46c4dc398ba9","key":"user_id","value":"0d882e15-de77-4a09-901d-e235fe14f572","type":"string"}]},"description":"# Add user to team\n\n**Method** : GET\n\n**Description** : \n\n## URL parameters\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t    |*`string`*           \t\t\t|Team identificator\t\t\t\t            \t        \t\t|\n   | user_id\t    |*`string`*           \t\t\t|User identificator\t\t\t\t            \t        \t\t|\n\n\n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Status of adding the user \t\t\t|`L'ajout de l'utilisateur a bien été prise en compte`\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"156"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XURULg.xuIgW85VKxb27Tof3NqDp6fY9qA; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 15:18:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"team_user\": [\n            \"Cet utilisateur est déja présent au seins de cette équipe\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"3eaddd34-671e-4e5a-b965-288cae3d7f43"},{"name":"DELETE TEAM USER","id":"9f75828e-86a4-4ba0-b2aa-f1e89fe053e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODE0NTIzfQ.hFCymfUwBelkuuYNmGXS2LMhesAy1kXppJoL92eb5Ys"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/delete/team_user/:team_id/:user_id","host":["{{domain}}"],"path":["delete","team_user",":team_id",":user_id"],"variable":[{"id":"3c3fba71-7dae-41a0-91a4-c1e31e37cff2","key":"team_id","value":"","type":"string"},{"id":"4438070a-b5eb-41af-90cb-21100fef3b79","key":"user_id","value":"","type":"string"}]},"description":"# Delete user to team\n\n**Method** : GET\n\n**Description** : \n\n## URL parameters\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t    |*`string`*           \t\t\t|Team identificator\t\t\t\t            \t        \t\t|\n   | user_id\t    |*`string`*           \t\t\t|User identificator\t\t\t\t            \t        \t\t|\n\n\n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Status of adding the user \t\t\t|`La supression de l'utilisateur a bien été prise en compte`\t\t\t    |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"4bcb0abe-b95f-4830-aab9-4c2c40e6500d","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODE0NTIzfQ.hFCymfUwBelkuuYNmGXS2LMhesAy1kXppJoL92eb5Ys"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/delete/team_user/:team_id/:user_id","host":["{{domain}}"],"path":["delete","team_user",":team_id",":user_id"],"variable":[{"id":"3c3fba71-7dae-41a0-91a4-c1e31e37cff2","key":"team_id","value":"","type":"string"},{"id":"4438070a-b5eb-41af-90cb-21100fef3b79","key":"user_id","value":"","type":"string"}]},"description":"# Delete user to team\n\n**Method** : GET\n\n**Description** : \n\n## URL parameters\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t    |*`string`*           \t\t\t|Team identificator\t\t\t\t            \t        \t\t|\n   | user_id\t    |*`string`*           \t\t\t|User identificator\t\t\t\t            \t        \t\t|\n\n\n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Status of adding the user \t\t\t|`La supression de l'utilisateur a bien été prise en compte`\t\t\t    |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"120"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XURV4w.nNGSUmTw4X2kKEiAxpkEN8WHAYA; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 15:25:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La suppression de l'utilisateur a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"57f3a750-8b95-4bc1-8563-93ceea10f043","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODE0NTIzfQ.hFCymfUwBelkuuYNmGXS2LMhesAy1kXppJoL92eb5Ys"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/delete/team_user/:team_id/:user_id","host":["{{domain}}"],"path":["delete","team_user",":team_id",":user_id"],"variable":[{"id":"3c3fba71-7dae-41a0-91a4-c1e31e37cff2","key":"team_id","value":"","type":"string"},{"id":"4438070a-b5eb-41af-90cb-21100fef3b79","key":"user_id","value":"","type":"string"}]},"description":"# Delete user to team\n\n**Method** : GET\n\n**Description** : \n\n## URL parameters\n\n\n   |    Name    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |----------------|-------------------------------|---------------------------------------------------------------|\n   | team_id\t    |*`string`*           \t\t\t|Team identificator\t\t\t\t            \t        \t\t|\n   | user_id\t    |*`string`*           \t\t\t|User identificator\t\t\t\t            \t        \t\t|\n\n\n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Status of adding the user \t\t\t|`La supression de l'utilisateur a bien été prise en compte`\t\t\t    |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"156"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XURVpg.UMPMASpIIjNPfVPAbg0UKZIGSkI; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 15:24:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"team_user\": [\n            \"Cet utilisateur n'est pas présent au seins de cette équipe\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"9f75828e-86a4-4ba0-b2aa-f1e89fe053e1"}],"id":"416c339c-7880-4dcf-9898-5f2565c5ed1c","_postman_id":"416c339c-7880-4dcf-9898-5f2565c5ed1c"},{"name":"User Role","item":[{"name":"ADD USER ROLE","id":"80405155-b411-429b-9da7-a09c0935fef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODg3NzA0fQ.WaE3X0Iq4Or70YZER7TcGnx-ksCbDG6ronFGbfQf6pk"}],"url":{"raw":"{{domain}}/add/user_role/:user_id/:object_name/:object_id/:role_id","host":["{{domain}}"],"path":["add","user_role",":user_id",":object_name",":object_id",":role_id"],"variable":[{"id":"6b394cdc-61d7-4084-93a9-64fc07ff2f76","key":"user_id","value":"","type":"string"},{"id":"e13db4f1-7615-4a73-a7ab-aa3b27c3b9f9","key":"object_name","value":"","type":"string"},{"id":"a9733998-4f38-49f6-a1fa-a3049fc70aa9","key":"object_id","value":"","type":"string"},{"id":"6aaa7966-2406-4c62-baf9-38f5a98753bf","key":"role_id","value":"","type":"string"}]},"description":"# Create user role\n\n**Method** : GET\n\n**Description** : \n\n## URL parameters\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t|\n   |--------------------|-------------------------------|-------------------------------------------------------|\n   | user_id            | *string*                      | User identifier                                       |\n   | object_name        | *string*                      | Object name                                           |\n   | object_id          | *string*                      | Object identifier                                     |\n   | role_id            | *string*                      | Role identifier                                       \n\n\nObject Name : \n - team\n - organisation\n - workspace\n\n\n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                 |\n   |----------------|-------------------------------|-----------------------------------|----------------------|\n   | message\t    |*`string`*           \t\t\t|Status of adding the user \t\t\t|                      |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`                 |\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`               |\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | message\t    |*`JSON`*           \t\t\t|All errors message                 |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[],"_postman_id":"80405155-b411-429b-9da7-a09c0935fef6"},{"name":"UPDATE USER ROLE","id":"d529e6dc-bec2-4bb3-b916-2071814a1ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODg3NzA0fQ.WaE3X0Iq4Or70YZER7TcGnx-ksCbDG6ronFGbfQf6pk"}],"url":{"raw":"{{domain}}/update/user_role/:user_id/:object_name/:object_id/:role_id","host":["{{domain}}"],"path":["update","user_role",":user_id",":object_name",":object_id",":role_id"],"variable":[{"id":"30c0e5a8-12a9-411f-b4c0-4563567aa7fa","key":"user_id","value":"","type":"string"},{"id":"8f8edc1e-caed-4420-9214-62df70a6c346","key":"object_name","value":"","type":"string"},{"id":"dabfe1e5-0a4a-4349-a508-eb9b20081e67","key":"object_id","value":"","type":"string"},{"id":"80900cc7-8db2-4052-98b6-b8d6b1460fbd","key":"role_id","value":"","type":"string"}]},"description":"# Update user role\n\n**Method** : GET\n\n**Description** : \n\n## URL parameters\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t|\n   |--------------------|-------------------------------|-------------------------------------------------------|\n   | user_id            | *string*                      | User identifier                                       |\n   | object_name        | *string*                      | Object name                                           |\n   | object_id          | *string*                      | Object identifier                                     |\n   | role_id            | *string*                      | Role identifier                                       \n\n\nObject Name : \n - team\n - organisation\n - workspace\n\nRole:\n - Superadmin\n - Admin\n - user\n - invite\n\n\n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                 |\n   |----------------|-------------------------------|-----------------------------------|----------------------|\n   | message\t    |*`string`*           \t\t\t|Status of adding the user \t\t\t|                      |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`                 |\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`               |\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | message\t    |*`JSON`*           \t\t\t|All errors message                 |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[],"_postman_id":"d529e6dc-bec2-4bb3-b916-2071814a1ed6"},{"name":"READ USER ROLE","id":"fd443f75-2a64-434d-86bd-1a98c94721db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODg3NzA0fQ.WaE3X0Iq4Or70YZER7TcGnx-ksCbDG6ronFGbfQf6pk"}],"url":{"raw":"{{domain}}/read/user_role/:user_id/:object_name/:object_id/:role_id","host":["{{domain}}"],"path":["read","user_role",":user_id",":object_name",":object_id",":role_id"],"variable":[{"id":"cb62733b-dc00-4495-9b45-7da57dbf2482","key":"user_id","value":"","type":"string"},{"id":"612068a6-36ba-460f-883e-98f8a7d64601","key":"object_name","value":"","type":"string"},{"id":"371fce24-8b3a-4745-bdf0-d1206e0387da","key":"object_id","value":"","type":"string"},{"id":"7c668683-6115-46b1-8f53-a366427e1b66","key":"role_id","value":"","type":"string"}]},"description":"# Read user role\n\n**Method** : GET\n\n**Description** : \n\n## URL parameters\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t|\n   |--------------------|-------------------------------|-------------------------------------------------------|\n   | user_id            | *string*                      | User identifier                                       |\n   | object_name        | *string*                      | Object name                                           |\n   | object_id          | *string*                      | Object identifier                                     |\n   | role_id            | *string*                      | Role identifier                                       \n\n\nObject Name : \n - team\n - organisation\n - workspace\n\nRole:\n - Superadmin\n - Admin\n - user\n - invite\n\n\n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n\n   |    Name    \t|Type                           | Description               | Value                 \t\t\t|\n   |----------------|-------------------------------|---------------------------|-----------------------------------|\n   | message\t\t|*`json`*           \t\t\t| Role information \t\t\t| JSON format like following table\t|\n\n\n\n   |    Name    \t|Type                           |Description                | Value                 |\n   |----------------|-------------------------------|---------------------------|-----------------------|\n   | id\t\t\t    |*`string`*           \t\t\t| Role identifier \t\t\t|                       |\n   | name\t\t    |*`string`*\t\t\t\t\t\t| Role name  \t\t\t\t|`null`                 |\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | message\t    |*`JSON`*           \t\t\t|All errors message                 |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[],"_postman_id":"fd443f75-2a64-434d-86bd-1a98c94721db"},{"name":"GET ROLES","id":"8e7045c0-68b0-4fc2-905f-4e44e39cae1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODg3NzA0fQ.WaE3X0Iq4Or70YZER7TcGnx-ksCbDG6ronFGbfQf6pk"}],"url":{"raw":"{{domain}}/read/user_role/:user_id/:object_name/:object_id/:role_id","host":["{{domain}}"],"path":["read","user_role",":user_id",":object_name",":object_id",":role_id"],"variable":[{"id":"cb62733b-dc00-4495-9b45-7da57dbf2482","key":"user_id","value":"","type":"string"},{"id":"612068a6-36ba-460f-883e-98f8a7d64601","key":"object_name","value":"","type":"string"},{"id":"371fce24-8b3a-4745-bdf0-d1206e0387da","key":"object_id","value":"","type":"string"},{"id":"7c668683-6115-46b1-8f53-a366427e1b66","key":"role_id","value":"","type":"string"}]},"description":"# Read user roles availbale in every organisation\n\n**Method** : GET"},"response":[],"_postman_id":"8e7045c0-68b0-4fc2-905f-4e44e39cae1a"},{"name":"UPDATE USER ROLE","id":"4204ef79-8bae-4c87-a7bc-7c515f0c40d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODg3NzA0fQ.WaE3X0Iq4Or70YZER7TcGnx-ksCbDG6ronFGbfQf6pk"}],"url":{"raw":"{{domain}}/read/user_role/:user_id/:object_name/:object_id/:role_id","host":["{{domain}}"],"path":["read","user_role",":user_id",":object_name",":object_id",":role_id"],"variable":[{"id":"cb62733b-dc00-4495-9b45-7da57dbf2482","key":"user_id","value":"","type":"string"},{"id":"612068a6-36ba-460f-883e-98f8a7d64601","key":"object_name","value":"","type":"string"},{"id":"371fce24-8b3a-4745-bdf0-d1206e0387da","key":"object_id","value":"","type":"string"},{"id":"7c668683-6115-46b1-8f53-a366427e1b66","key":"role_id","value":"","type":"string"}]},"description":"# Read user roles availbale in every organisation\n\n**Method** : GET"},"response":[],"_postman_id":"4204ef79-8bae-4c87-a7bc-7c515f0c40d1"},{"name":"DELETE USER ROLE","id":"c3534542-60aa-47b0-b6f3-20cdb5bf143c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODg3NzA0fQ.WaE3X0Iq4Or70YZER7TcGnx-ksCbDG6ronFGbfQf6pk"}],"url":{"raw":"{{domain}}/delete/user_role/:user_id/:object_name/:object_id/:role_id","host":["{{domain}}"],"path":["delete","user_role",":user_id",":object_name",":object_id",":role_id"],"variable":[{"id":"c555801c-e73f-4dec-a3cd-d7a898d852ff","key":"user_id","value":"","type":"string"},{"id":"7acd896f-b2df-4cb5-bba9-0b4cb95badd6","key":"object_name","value":"","type":"string"},{"id":"ed284412-9264-4a10-9f03-52ef69500d4f","key":"object_id","value":"","type":"string"},{"id":"aed16d7e-9fd7-45db-96a3-972cbc480e9d","key":"role_id","value":"","type":"string"}]},"description":"# Delete user role\n\n**Method** : GET\n\n**Description** : \n\n## URL parameters\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t|\n   |--------------------|-------------------------------|-------------------------------------------------------|\n   | user_id            | *string*                      | User identifier                                       |\n   | object_name        | *string*                      | Object name                                           |\n   | object_id          | *string*                      | Object identifier                                     |\n   | role_id            | *string*                      | Role identifier                                       \n\n\nObject Name : \n - team\n - organisation\n - workspace\n\nRole:\n - Superadmin\n - Admin\n - user\n - invite\n\n\n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                 |\n   |----------------|-------------------------------|-----------------------------------|----------------------|\n   | message\t    |*`string`*           \t\t\t|Status of adding the user \t\t\t|                      |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`                |\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                |\n\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | message\t    |*`JSON`*           \t\t\t|All errors message                 |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[],"_postman_id":"c3534542-60aa-47b0-b6f3-20cdb5bf143c"}],"id":"e540ffb7-8356-41da-9d22-3f1a7da43293","_postman_id":"e540ffb7-8356-41da-9d22-3f1a7da43293"},{"name":"Workspace","item":[{"name":"Workspace Team","item":[{"name":"ADD WORKSPACE TEAM","id":"97fd5842-5de8-4711-ad82-0cfb9f87c0f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI2NmQ4OGJmMmExMGE0ZmQyYmJhNzRhMTNkNDlkM2ZiZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiOTZkZWZlYmEtZTU1ZS00YjA1LWJkNjctNGIyMGFlZGY0NjY1IiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJmMTFlMDUyMy00ZDk4LTRlMGUtYjQ0OS05OGJkMjJkMzM3MzAiLCJjdXJyZW50X2RvbWFpbiI6IjdjY2FjOGNjLTFiMTYtNGI3Mi1iOTBhLWEwZDRlM2UzNmU5NyIsImV4cCI6MTU2NzAwNDQ3MH0.hP9a1KEv-tqienlvzwEp6xBJ4K0bd6gUqhXIAdNb9WE"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/add/workspace_team/:workspace_id/:team_id","host":["{{domain}}"],"path":["add","workspace_team",":workspace_id",":team_id"],"variable":[{"id":"ef8c7659-5d47-4733-a9ad-2ff6b62a4ab3","key":"workspace_id","value":"f3deceb0-a512-48d6-9d24-e16379454bee","type":"string"},{"id":"d300e453-5450-49b4-913c-2541f7987d2d","key":"team_id","value":"861da458-c97a-417e-940a-8a27df0799e1","type":"string"}]},"description":"# Add user to workspace\n\n**Method** : GET\n\n**Description** :\n   \n## **URL parameters**\n\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t|*`string`*           \t\t\t|Workspace identificator\t\t\t\t            \t        |\n   | team_id\t\t|*`string`*           \t\t\t|Team identificator\t\t\t\t            \t        \t\t|\n   \n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | message\t|*`string`*           \t\t\t|Status of adding team \t\t\t\t|`L'ajout de l'équipe a bien été prise en compte`\t\t\t            \t|\n   | redirect\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[],"_postman_id":"97fd5842-5de8-4711-ad82-0cfb9f87c0f3"},{"name":"DELETE WORKSPACE TEAM","id":"fd5e1a54-ad08-44bc-a124-99914d30ac2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODc4Nzk3fQ.oHLhJs_i4jn18MyLdJOkq6eeWGfeborWfr7sJld5mEs"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/delete/workspace_user/:workspace_id/:team_id","host":["{{domain}}"],"path":["delete","workspace_user",":workspace_id",":team_id"],"variable":[{"id":"9d4df435-e08e-4026-853b-134f0c25110c","key":"workspace_id","value":"","type":"string"},{"key":"team_id","value":"","type":"string"}]},"description":"# Delete workspace team\n\n**Method** : GET\n\n**Description** :Deleting the team from a workspace; prevents it's users from accessing the [features and services](https://neuralytics.postman.co/collections/7115225-b9f34a68-05f6-45bd-9354-e94a284f01c5?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) of the workspace and Neuralytics.\n   \n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t|*`string`*           \t\t\t|Workspace identificator\t\t\t\t            \t        |\n   | team_id\t\t|*`string`*           \t\t\t|Team identificator\t\t\t\t            \t        \t\t|\n   \n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | message\t|*`string`*           \t\t\t|Status of adding the user \t\t\t|`La supression de l'utilisateur a bien été prise en compte`\t\t\t    |\n   | redirect\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"72f9d37d-37e7-4b27-bbbf-903d9c23bc2a","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODc4Nzk3fQ.oHLhJs_i4jn18MyLdJOkq6eeWGfeborWfr7sJld5mEs"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/delete/workspace_user/:workspace_id/:team_id","host":["{{domain}}"],"path":["delete","workspace_user",":workspace_id",":team_id"],"variable":[{"id":"9d4df435-e08e-4026-853b-134f0c25110c","key":"workspace_id","value":"","type":"string"},{"key":"team_id","value":"","type":"string"}]},"description":"# Delete workspace team\n\n**Method** : GET\n\n**Description** :Deleting the team from a workspace; prevents it's users from accessing the [features and services](https://neuralytics.postman.co/collections/7115225-b9f34a68-05f6-45bd-9354-e94a284f01c5?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) of the workspace and Neuralytics.\n   \n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t|*`string`*           \t\t\t|Workspace identificator\t\t\t\t            \t        |\n   | team_id\t\t|*`string`*           \t\t\t|Team identificator\t\t\t\t            \t        \t\t|\n   \n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | message\t|*`string`*           \t\t\t|Status of adding the user \t\t\t|`La supression de l'utilisateur a bien été prise en compte`\t\t\t    |\n   | redirect\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"120"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XUR_3Q.bP_pZzQvdJP53-rOmOgIwoHol_M; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 18:24:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La suppression de l'utilisateur a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"c1f91b91-54e2-41c0-8554-1fe12068f3d4","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODc4Nzk3fQ.oHLhJs_i4jn18MyLdJOkq6eeWGfeborWfr7sJld5mEs"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/delete/workspace_user/:workspace_id/:team_id","host":["{{domain}}"],"path":["delete","workspace_user",":workspace_id",":team_id"],"variable":[{"id":"9d4df435-e08e-4026-853b-134f0c25110c","key":"workspace_id","value":"","type":"string"},{"key":"team_id","value":"","type":"string"}]},"description":"# Delete workspace team\n\n**Method** : GET\n\n**Description** :Deleting the team from a workspace; prevents it's users from accessing the [features and services](https://neuralytics.postman.co/collections/7115225-b9f34a68-05f6-45bd-9354-e94a284f01c5?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) of the workspace and Neuralytics.\n   \n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t|*`string`*           \t\t\t|Workspace identificator\t\t\t\t            \t        |\n   | team_id\t\t|*`string`*           \t\t\t|Team identificator\t\t\t\t            \t        \t\t|\n   \n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | message\t|*`string`*           \t\t\t|Status of adding the user \t\t\t|`La supression de l'utilisateur a bien été prise en compte`\t\t\t    |\n   | redirect\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"164"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XUR_yg.ORKyzev6iidVhCTRCJ7WSw3Z_aQ; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 18:24:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"team_user\": [\n            \"Cet utilisateur n'est pas présent au seins de cet espace de travail\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"fd5e1a54-ad08-44bc-a124-99914d30ac2a"},{"name":"READ WORKSPACE TEAM","id":"64568bd2-b75f-4373-8ea4-c2fd22a452c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"email","value":"test@test.com","type":"text","disabled":true},{"key":"x-access-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODYzNTU3fQ.u655oXX0qrYP68WT-wDUlnQ_8yKjDB2WllvgEk5tG4k","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"aaron.y.boateng@gmail.com","type":"text"},{"key":"password","value":"abcd1234","type":"text"}]},"url":{"raw":"{{domain}}/read/workspace_team/:workspace_id","host":["{{domain}}"],"path":["read","workspace_team",":workspace_id"],"variable":[{"id":"27bcc7dd-ed20-4e55-ad6a-afd9fc155b10","key":"workspace_id","value":"","type":"string"}]},"description":"# Read user workspace\n\n**Method** : GET\n\n**Description** : \n   \n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t|*`string`*           \t\t\t|Workspace identificator\t\t\t\t            \t        |\n   | team_id\t\t|*`string`*           \t\t\t|Team identificator\t\t\t\t            \t        \t\t|\n   \n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | teams  \t    |*`json`*           \t\t\t|  \t\t\t                        |                                                                           |\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[],"_postman_id":"64568bd2-b75f-4373-8ea4-c2fd22a452c4"}],"id":"a85eed80-1876-4a93-b6c1-8914f570d1e4","_postman_id":"a85eed80-1876-4a93-b6c1-8914f570d1e4"},{"name":"Workspace User","item":[{"name":"ADD WORKSPACE USER","id":"521c8095-e3d3-46ab-b918-3dcb67a3a845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODc4Nzk3fQ.oHLhJs_i4jn18MyLdJOkq6eeWGfeborWfr7sJld5mEs"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/add/workspace_user/:workspace_id/:user_id","host":["{{domain}}"],"path":["add","workspace_user",":workspace_id",":user_id"],"variable":[{"id":"2267091d-a762-4c5a-b7ef-edaa594c0a6e","key":"workspace_id","value":"","type":"string"},{"id":"fc8c46c1-2e79-4306-b2a3-415b4a775efe","key":"user_id","value":"","type":"string"}]},"description":"# **Add user to workspace**\n\n> Adding user to a workspace allow him to access to this workspace and Neuralytics [features and services](https://neuralytics.postman.co/collections/7115225-b9f34a68-05f6-45bd-9354-e94a284f01c5?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5).\n\n   \n## **URL parameters**\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | **workspace_id**\t|*`string`*           \t\t\t|Workspace identificator\t\t\t\t            \t        |\n   | **user_id**\t\t|*`string`*           \t\t\t|User identificator\t\t\t\t            \t        \t\t|\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Status of adding the user \t\t\t|`L'ajout de l'utilisateur a bien été prise en compte`\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"9ab4e4e4-d36a-4103-a071-409fecfce94e","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODc4Nzk3fQ.oHLhJs_i4jn18MyLdJOkq6eeWGfeborWfr7sJld5mEs"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/add/workspace_user/:workspace_id/:user_id","host":["{{domain}}"],"path":["add","workspace_user",":workspace_id",":user_id"],"variable":[{"id":"2267091d-a762-4c5a-b7ef-edaa594c0a6e","key":"workspace_id","value":"","type":"string"},{"id":"fc8c46c1-2e79-4306-b2a3-415b4a775efe","key":"user_id","value":"","type":"string"}]},"description":"# **Add user to workspace**\n\n> Adding user to a workspace allow him to access to this workspace and Neuralytics [features and services](https://neuralytics.postman.co/collections/7115225-b9f34a68-05f6-45bd-9354-e94a284f01c5?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5).\n\n   \n## **URL parameters**\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | **workspace_id**\t|*`string`*           \t\t\t|Workspace identificator\t\t\t\t            \t        |\n   | **user_id**\t\t|*`string`*           \t\t\t|User identificator\t\t\t\t            \t        \t\t|\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Status of adding the user \t\t\t|`L'ajout de l'utilisateur a bien été prise en compte`\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"169"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XUR_pQ.To-R9tbUdJMbzp65bK_GhhTC0DY; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 18:23:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"workspace_user\": [\n            \"Cet utilisateur est déja présent au seins de cet espace de travail\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"},{"id":"ca739e71-0ed0-49ef-821d-4ba9c7326157","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODc4Nzk3fQ.oHLhJs_i4jn18MyLdJOkq6eeWGfeborWfr7sJld5mEs"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/add/workspace_user/:workspace_id/:user_id","host":["{{domain}}"],"path":["add","workspace_user",":workspace_id",":user_id"],"variable":[{"id":"2267091d-a762-4c5a-b7ef-edaa594c0a6e","key":"workspace_id","value":"","type":"string"},{"id":"fc8c46c1-2e79-4306-b2a3-415b4a775efe","key":"user_id","value":"","type":"string"}]},"description":"# **Add user to workspace**\n\n> Adding user to a workspace allow him to access to this workspace and Neuralytics [features and services](https://neuralytics.postman.co/collections/7115225-b9f34a68-05f6-45bd-9354-e94a284f01c5?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5).\n\n   \n## **URL parameters**\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | **workspace_id**\t|*`string`*           \t\t\t|Workspace identificator\t\t\t\t            \t        |\n   | **user_id**\t\t|*`string`*           \t\t\t|User identificator\t\t\t\t            \t        \t\t|\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Status of adding the user \t\t\t|`L'ajout de l'utilisateur a bien été prise en compte`\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"113"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XUR_uw.BathQZdNpaiUzC9SgIkgACjeOtQ; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 18:23:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"L'ajout de l'utilisateur a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"}],"_postman_id":"521c8095-e3d3-46ab-b918-3dcb67a3a845"},{"name":"DELETE WORKSPACE USER","id":"2b288668-0880-4171-b2c7-d3d62140c197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODc4Nzk3fQ.oHLhJs_i4jn18MyLdJOkq6eeWGfeborWfr7sJld5mEs"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/delete/workspace_user/:workspace_id/:user_id","host":["{{domain}}"],"path":["delete","workspace_user",":workspace_id",":user_id"],"variable":[{"id":"9d4df435-e08e-4026-853b-134f0c25110c","key":"workspace_id","value":"","type":"string"},{"id":"bd8da72d-eb08-4726-a8d4-ed7ead6e1269","key":"user_id","value":"","type":"string"}]},"description":"# **Delete user to workspace**\n\n> Deleting the user from him workspace prevents him from accessing the [features and services](https://neuralytics.postman.co/collections/7115225-b9f34a68-05f6-45bd-9354-e94a284f01c5?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) of the workspace and Neuralytics.\n   \n## **URL parameters**\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | **workspace_id**\t|*`string`*           \t\t\t|Workspace identificator\t\t\t\t            \t        |\n   | **user_id**\t\t|*`string`*           \t\t\t|User identificator\t\t\t\t            \t        \t\t|\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Status of adding the user \t\t\t|`La supression de l'utilisateur a bien été prise en compte`\t\t\t    |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"324e4b91-8ba6-4ed5-a7b1-27478c9bee4e","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODc4Nzk3fQ.oHLhJs_i4jn18MyLdJOkq6eeWGfeborWfr7sJld5mEs"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/delete/workspace_user/:workspace_id/:user_id","host":["{{domain}}"],"path":["delete","workspace_user",":workspace_id",":user_id"],"variable":[{"id":"9d4df435-e08e-4026-853b-134f0c25110c","key":"workspace_id","value":"","type":"string"},{"id":"bd8da72d-eb08-4726-a8d4-ed7ead6e1269","key":"user_id","value":"","type":"string"}]},"description":"# **Delete user to workspace**\n\n> Deleting the user from him workspace prevents him from accessing the [features and services](https://neuralytics.postman.co/collections/7115225-b9f34a68-05f6-45bd-9354-e94a284f01c5?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) of the workspace and Neuralytics.\n   \n## **URL parameters**\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | **workspace_id**\t|*`string`*           \t\t\t|Workspace identificator\t\t\t\t            \t        |\n   | **user_id**\t\t|*`string`*           \t\t\t|User identificator\t\t\t\t            \t        \t\t|\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Status of adding the user \t\t\t|`La supression de l'utilisateur a bien été prise en compte`\t\t\t    |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"164"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XUR_yg.ORKyzev6iidVhCTRCJ7WSw3Z_aQ; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 18:24:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"team_user\": [\n            \"Cet utilisateur n'est pas présent au seins de cet espace de travail\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"},{"id":"8048d0b2-2cc0-47fb-aaa1-cad2cae84b66","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODc4Nzk3fQ.oHLhJs_i4jn18MyLdJOkq6eeWGfeborWfr7sJld5mEs"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/delete/workspace_user/:workspace_id/:user_id","host":["{{domain}}"],"path":["delete","workspace_user",":workspace_id",":user_id"],"variable":[{"id":"9d4df435-e08e-4026-853b-134f0c25110c","key":"workspace_id","value":"","type":"string"},{"id":"bd8da72d-eb08-4726-a8d4-ed7ead6e1269","key":"user_id","value":"","type":"string"}]},"description":"# **Delete user to workspace**\n\n> Deleting the user from him workspace prevents him from accessing the [features and services](https://neuralytics.postman.co/collections/7115225-b9f34a68-05f6-45bd-9354-e94a284f01c5?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) of the workspace and Neuralytics.\n   \n## **URL parameters**\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | **workspace_id**\t|*`string`*           \t\t\t|Workspace identificator\t\t\t\t            \t        |\n   | **user_id**\t\t|*`string`*           \t\t\t|User identificator\t\t\t\t            \t        \t\t|\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Status of adding the user \t\t\t|`La supression de l'utilisateur a bien été prise en compte`\t\t\t    |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"120"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XUR_3Q.bP_pZzQvdJP53-rOmOgIwoHol_M; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 18:24:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La suppression de l'utilisateur a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"}],"_postman_id":"2b288668-0880-4171-b2c7-d3d62140c197"},{"name":"READ WORKSPACE USER","id":"dc14dd21-b737-4cb8-900b-0b8eaab14ba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODYzNTU3fQ.u655oXX0qrYP68WT-wDUlnQ_8yKjDB2WllvgEk5tG4k"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/read/workspace_user/:workspace_id","host":["{{domain}}"],"path":["read","workspace_user",":workspace_id"],"variable":[{"id":"c0c699e1-e28f-4925-b5d5-922fbb57344e","key":"workspace_id","value":"","type":"string"}]},"description":"# Read workspace user's\n\n> The workspace user list return a list of all users related to the workspace\n\n## **URL parameters**\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t |Type                           |Description                        \t\t\t\t\t\t\t\t|  \n   |-----------------|-------------------------------|------------------------------------------------------------------|\n   | **workspace_id**|*`string`*           \t\t\t |Workspace identificator\t\t\t\t            \t        \t|\n   | **user_id**\t |*`string`*           \t\t\t |User identificator\t\t\t\t            \t        \t\t|\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**List of user in workspace (JSON)**\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | id\t\t\t\t\t\t\t|*`string`*           \t\t|User identifier            \t        \t\t\t\t\t\t|\n   | email\t\t\t\t\t\t|*`string`*           \t\t|User email           \t        \t\t\t\t\t\t\t\t|\n   | firstname\t\t\t\t\t|*`string`*           \t\t|User firstname           \t        \t\t\t\t\t\t\t|\n   | name\t\t\t\t\t\t|*`string`*           \t\t|User name           \t        \t\t\t\t\t\t\t\t|\n   | public_id\t\t\t\t\t|*`string`*           \t\t|User public id           \t        \t\t\t\t\t\t\t|\n   | url\t\t\t\t\t\t|*`string`*           \t\t|User profil image url           \t        \t\t\t\t\t|\n      \n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"b23ffdd3-6a41-433f-bf1e-649492191d4a","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODYzNTU3fQ.u655oXX0qrYP68WT-wDUlnQ_8yKjDB2WllvgEk5tG4k"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/read/workspace_user/:workspace_id","host":["{{domain}}"],"path":["read","workspace_user",":workspace_id"],"variable":[{"id":"c0c699e1-e28f-4925-b5d5-922fbb57344e","key":"workspace_id","value":"","type":"string"}]},"description":"# Read workspace user's\n\n> The workspace user list return a list of all users related to the workspace\n\n## **URL parameters**\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t |Type                           |Description                        \t\t\t\t\t\t\t\t|  \n   |-----------------|-------------------------------|------------------------------------------------------------------|\n   | **workspace_id**|*`string`*           \t\t\t |Workspace identificator\t\t\t\t            \t        \t|\n   | **user_id**\t |*`string`*           \t\t\t |User identificator\t\t\t\t            \t        \t\t|\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**List of user in workspace (JSON)**\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | id\t\t\t\t\t\t\t|*`string`*           \t\t|User identifier            \t        \t\t\t\t\t\t|\n   | email\t\t\t\t\t\t|*`string`*           \t\t|User email           \t        \t\t\t\t\t\t\t\t|\n   | firstname\t\t\t\t\t|*`string`*           \t\t|User firstname           \t        \t\t\t\t\t\t\t|\n   | name\t\t\t\t\t\t|*`string`*           \t\t|User name           \t        \t\t\t\t\t\t\t\t|\n   | public_id\t\t\t\t\t|*`string`*           \t\t|User public id           \t        \t\t\t\t\t\t\t|\n   | url\t\t\t\t\t\t|*`string`*           \t\t|User profil image url           \t        \t\t\t\t\t|\n      \n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"290"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XUR_-w.XCTcx7wf6KjX0aGr25Mg6hT__Us; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 18:24:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"workspace\": {\n        \"0\": {\n            \"email\": \"neuralytic_test_account@yopmail.com\",\n            \"firstname\": \"jacques\",\n            \"id\": \"0d882e15-de77-4a09-901d-e235fe14f572\",\n            \"name\": \"Boateng\",\n            \"public_id\": \"7337171d474c4b6a8cabc15753e832f5\",\n            \"url\": \"default.jpg\"\n        }\n    }\n}"},{"id":"d95f22ca-d25f-40db-8a5c-eaa7d8985f6f","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODYzNTU3fQ.u655oXX0qrYP68WT-wDUlnQ_8yKjDB2WllvgEk5tG4k"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/read/workspace_user/:workspace_id","host":["{{domain}}"],"path":["read","workspace_user",":workspace_id"],"variable":[{"id":"c0c699e1-e28f-4925-b5d5-922fbb57344e","key":"workspace_id","value":"","type":"string"}]},"description":"# Read workspace user's\n\n> The workspace user list return a list of all users related to the workspace\n\n## **URL parameters**\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t |Type                           |Description                        \t\t\t\t\t\t\t\t|  \n   |-----------------|-------------------------------|------------------------------------------------------------------|\n   | **workspace_id**|*`string`*           \t\t\t |Workspace identificator\t\t\t\t            \t        \t|\n   | **user_id**\t |*`string`*           \t\t\t |User identificator\t\t\t\t            \t        \t\t|\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**List of user in workspace (JSON)**\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | id\t\t\t\t\t\t\t|*`string`*           \t\t|User identifier            \t        \t\t\t\t\t\t|\n   | email\t\t\t\t\t\t|*`string`*           \t\t|User email           \t        \t\t\t\t\t\t\t\t|\n   | firstname\t\t\t\t\t|*`string`*           \t\t|User firstname           \t        \t\t\t\t\t\t\t|\n   | name\t\t\t\t\t\t|*`string`*           \t\t|User name           \t        \t\t\t\t\t\t\t\t|\n   | public_id\t\t\t\t\t|*`string`*           \t\t|User public id           \t        \t\t\t\t\t\t\t|\n   | url\t\t\t\t\t\t|*`string`*           \t\t|User profil image url           \t        \t\t\t\t\t|\n      \n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"170"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkEFqAzEMRa9SvM6AbVmyncsEWZLboTRTPBm6CL17HQptdgLxvt7X3V36sP3NnW_jsJO7rOrOrjBBRrQgjdGS7-QNNIs2hS4dEyXiSK3BY01JrCNir6rVzChqyIoFWsg9cALPFYKApRY4g3JEnGASRR-6FiM1rhRSRAlkhMGdnBxj2PV20e2D16s7393LMc0sSYMcS6GiiT0UAhFk7t2DUC3u-x_dxitf151v6_YUYL5Wn7uFOH26lO4Taa1zmq1rfA742sb7_slif3QQNoDmiyik6VK9UCCpGGl29flBH7uN3zd6LSVawEUt52Xq1qX6oItFwCmQOuZ57wfTaHFz.XUR_7g.B6kfVXhVc3tSY7RopzqVFJGl-Zg; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Fri, 02 Aug 2019 18:24:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"authorization\": [\n            \"Vous ne pouvez pas accéder aux informations de cet espace de travail\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"dc14dd21-b737-4cb8-900b-0b8eaab14ba6"}],"id":"08fd98ba-4974-4e7e-98ea-b6b480ada7a2","_postman_id":"08fd98ba-4974-4e7e-98ea-b6b480ada7a2"},{"name":"Workspace Tag","item":[{"name":"READ WORKSPACE TAG","id":"b646a491-cc7c-49a8-8153-d789946600ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODc4Nzk3fQ.oHLhJs_i4jn18MyLdJOkq6eeWGfeborWfr7sJld5mEs"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/read/workspace_tag/:workspace_id","host":["{{domain}}"],"path":["read","workspace_tag",":workspace_id"],"variable":[{"id":"0b21cfb7-5cfb-405f-82b0-1f1688fff7fd","key":"workspace_id","value":"","type":"string"}]},"description":"# Read workspace tags\n\n## **URL parameters**\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t |Type                           |Description                        \t\t\t\t\t\t\t\t|  \n   |-----------------|-------------------------------|------------------------------------------------------------------|\n   | **workspace_id**|*`string`*           \t\t\t |Workspace identificator\t\t\t\t            \t        \t|\n\n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n\nList of tags in workspace (JSON)\n\n   |    Name    \t\t\t\t|Type                       |Description                        \t\t\t\t\t\t\t|\n   |----------------------------|---------------------------|---------------------------------------------------------------|\n   | id\t\t\t\t\t\t\t|*`string`*           \t\t|Tag identifier\t            \t        \t\t\t\t\t\t|\n   | name\t\t\t\t\t\t|*`string`*           \t\t|Tag name           \t        \t\t\t\t\t\t\t\t|\n      \n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **response**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[],"_postman_id":"b646a491-cc7c-49a8-8153-d789946600ca"},{"name":"ADD WORKSPACE TAG","id":"0da49cfd-9c10-41e9-8bbc-af256f30ee77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"email","value":"test@test.com","type":"text","disabled":true},{"key":"x-access-token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODc4Nzk3fQ.oHLhJs_i4jn18MyLdJOkq6eeWGfeborWfr7sJld5mEs","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"aaron.y.boateng@gmail.com","type":"text"},{"key":"password","value":"abcd1234","type":"text"}]},"url":{"raw":"{{domain}}/add/workspace_tag/:workspace_id/:tag_id","host":["{{domain}}"],"path":["add","workspace_tag",":workspace_id",":tag_id"],"variable":[{"id":"9b77f7e0-b3d0-474a-bba8-d76d72d8166b","key":"workspace_id","value":"","type":"string"},{"id":"179450fb-5cea-4c3c-b769-03f3743b7da0","key":"tag_id","value":"","type":"string"}]},"description":"# Add tag to workspace\n\n## **URL parameters**\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t    |Type                           |Description                        \t\t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|-------------------------------------------------------------------|\n   | **workspace_id**   |*`string`*           \t\t\t|Workspace identifier\t\t\t\t            \t        \t    |\n   | **tag_id**         |*`string`*           \t\t\t|Workspace identifier\t\t\t\t            \t        \t    |\n\n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **response**\t|*`string`*           \t\t\t|Response message                   |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                | \n \n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **error**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[],"_postman_id":"0da49cfd-9c10-41e9-8bbc-af256f30ee77"},{"name":"DELETE WORKSPACE TAG","id":"567b1f77-7fa0-4de3-a6d9-03d3b0686320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16ZzJORE0yTVN3aVpYaHdJam94TlRVek9EWTNPVFl4ZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuTTIzNTFMYnEtaFBYR1BDTzFWaFNJeEZnWnVhMmUzbG9rdVZYbDBQSW9naGM1S3RFVVF2b0FydmV0ZVI3a3RqaHd6Ykx3WWtVazhNRFJwTjVmbG9CdWciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6Ijk2NmExZGNhLWFjMTEtNDhjMS1iZTYxLWQ5ZjI1MjY5ZWE5OSIsImN1cnJlbnRfZG9tYWluIjoiN2RmOWFjMzctOTcxMi00MmM4LTg4MjgtOThlNmEzNWQ2ZTU0IiwiZXhwIjoxNTUzODc4Nzk3fQ.oHLhJs_i4jn18MyLdJOkq6eeWGfeborWfr7sJld5mEs"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/delete/workspace_tag/:workspace_id","host":["{{domain}}"],"path":["delete","workspace_tag",":workspace_id"],"variable":[{"id":"82b586fc-e85a-43c1-b3b6-f4b3d238e398","key":"workspace_id","value":"","type":"string"}]},"description":"# Delete workspace team\n\n**Method** : GET\n\n**Description** :\n   \n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name    \t\t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t\t|*`string`*           \t\t\t|Workspace identifier   \t\t\t\t            \t        |\n   | tag_id\t\t\t\t|*`string`*           \t\t\t|Tag identifier \t\t\t\t            \t        \t\t|\n   \n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------|\n   | message\t|*`string`*           \t\t\t\t|Status of adding the user \t\t\t|`La supression du point de vente a bien été prise en compte`\t\t\t    |\n   | redirect\t|*`null`*\t\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | result\t\t|*`bool`*\t\t\t\t\t\t\t|No request error value    \t\t\t|`true`                \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n\n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[],"_postman_id":"567b1f77-7fa0-4de3-a6d9-03d3b0686320"}],"id":"db46cbca-67f4-4edb-a90a-9347f1cb870f","_postman_id":"db46cbca-67f4-4edb-a90a-9347f1cb870f"},{"name":"CREATE  WORKSPACE","id":"9f4cc06a-8158-4906-8a32-314863778538","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI1NTNiZWVkZDE1NjA0MjIzYWU4ODQ3MDBiMzU2OTU1ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiODhhOGUyNGEtNGFjZi00OWQ4LTgzYWYtOWE3ODI2NDJlMDdmIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJlNTQ0ZjRiOS03MDlhLTQ2NDUtOWUyNS00ZjZkNDc0Mjc4ZDciLCJjdXJyZW50X2RvbWFpbiI6ImJjZmM5ZjcwLTU3NmItNDA1ZC04Zjg2LTNhMmE1MDhmYzlmZSIsImV4cCI6MTU2NjU1Nzk0NX0.r7pZY3qWmxvk2IkmvvHOall-LDWe8wVVuc64sWB5RS8"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"workspace-name"},{"key":"city","type":"text","value":"Lyon"},{"key":"commercial_name","type":"text","value":"name"},{"key":"full_adress","type":"text","value":"adresse"},{"key":"phone_number","type":"text","value":"0660865532"},{"key":"postal_code","type":"text","value":"69000"},{"key":"id_client_bee2link","type":"text","value":""}]},"url":"{{domain}}/create/workspace","description":"# Workspace creation\n\n**Method** : POST\n\n**Description** : workspace allow you access of Neuralytics features and services, you must select a workspace to access Neuralytics [features and services](https://neuralytics.postman.co/collections/5589548-780f5f6d-0870-4df4-ba56-4919217d818c?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5).  \n\n## POST\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n\n   |    Name    \t\t| Type                          | Description                        \t\t\t\t\t\t\t|Value\t\t\t\t\t\t|Required\t|\t  \n   |--------------------|-------------------------------|---------------------------------------------------------------|---------------------------|-----------|\n   | name\t\t\t\t|*`string`*           \t\t\t|Workspace name\t\t            \t        \t\t\t\t\t|1-128\t\t\t\t\t\t|`true`\t\t|\n   | commercial_name\t|*`string`*           \t\t\t|Workspace public name\t\t\t           \t        \t\t\t|\t\t\t\t\t\t\t|`true`\t\t|\n   | phone_number\t\t|*`int`*           \t\t\t\t|Workspace contact number\t\t            \t        \t\t|format: 0123456789\t\t\t|`true`\t\t|\n   | postal_code\t\t|*`int`*           \t\t\t\t|Worksapce postal code\t\t            \t        \t\t\t|valid french postal code\t|`true`\t\t|\n   | city\t\t\t\t|*`string`*           \t\t\t|Workspace city\t\t            \t        \t\t\t\t\t|\t\t\t\t\t\t\t|`true`\t\t|\n   | full_address\t\t|*`string`*           \t\t\t|Workspace adresse           \t        \t\t\t\t\t\t|\t\t\t\t\t\t\t|`true`\t\t|\n   | entity_id\t\t    |*`string`*           \t\t\t|Identifier mecaplanning          \t        \t\t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | entity_key\t\t    |*`string`*           \t\t\t|Key identifier mecaplanning           \t        \t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | dms_id\t    \t    |*`string`*           \t\t\t|DMS identifier mecaplanning           \t        \t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | provider_name\t\t|*`string`*           \t\t\t|Mecaplanning provider name            \t        \t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | subdomain\t\t    |*`string`*           \t\t\t|Mecaplanning subdomain           \t        \t\t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n\n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-----------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Workspace creation state\t\t\t|`La création du workspace a bien été prise en compte` \t\t|\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t\t\t\t\t\t\t\t\t\t|\n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | errors\t        |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | redirect\t    |*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | result\t\t    |*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"8244ae2f-47ee-426b-b609-9bdebef6a07a","name":"ERROR","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImFmNjQ5NTgwLWRmYjQtNGY0Ni04MjA0LTdhNmJmY2ZhZjA5NyIsImN1cnJlbnRfZG9tYWluIjoiN2IzNTQ1ZGQtODVhMC00MmU3LWI3YzktM2U4MTk1NzhhN2RiIiwiZXhwIjoxNTYyMDA2NTU2fQ.sBdya_kLAFKdV3Pxl_IAzVMJlYxLwkYYLNyVkoxBqcw"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"add_workspace"}]},"url":"{{domain}}/create/workspace"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"130"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMFuwzAMQ__F5xqQLSmW-zOFbElbDkuBNDkN-_el2GVXgo8k-J0esfvrM92P_fRbeqyW7smaDjVB744aXgNaEYSizDhABCt1QIYRjZS6dhoDC8-6OEUpMsskJtC3M6agVuxFsSLRwEG1XmpVDzCY1sqCBuG9lvApblDTLc1z3307Hvb80nW7NrWBTGyWhRUyVW95tNkzupTOTbTZ-Mc99w_d1pce6_NNayzUWSBbDMoUtGSpQLnpMmKGBvR20efL978LrjZEYM5XumQa2nI3pqs9FuOwYMH08wvh4Vp0.XRoqSw.OhRP7S-cqaA1md-Qqi72Tuop0hw; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 01 Jul 2019 15:44:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"name\": [\n            \"Ce nom de workspace est déja utilisé\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"},{"id":"b9415b95-ac96-4f7a-bd78-af03e3490c9e","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImFmNjQ5NTgwLWRmYjQtNGY0Ni04MjA0LTdhNmJmY2ZhZjA5NyIsImN1cnJlbnRfZG9tYWluIjoiN2IzNTQ1ZGQtODVhMC00MmU3LWI3YzktM2U4MTk1NzhhN2RiIiwiZXhwIjoxNTYyMDA2NTU2fQ.sBdya_kLAFKdV3Pxl_IAzVMJlYxLwkYYLNyVkoxBqcw"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"add_workspace"}]},"url":"{{domain}}/create/workspace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"114"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMFuwzAMQ__F5xqQLSmW-zOFbElbDkuBNDkN-_el2GVXgo8k-J0esfvrM92P_fRbeqyW7smaDjVB744aXgNaEYSizDhABCt1QIYRjZS6dhoDC8-6OEUpMsskJtC3M6agVuxFsSLRwEG1XmpVDzCY1sqCBuG9lvApblDTLc1z3307Hvb80nW7NrWBTGyWhRUyVW95tNkzupTOTbTZ-Mc99w_d1pce6_NNayzUWSBbDMoUtGSpQLnpMmKGBvR20efL978LrjZEYM5XumQa2nI3pqs9FuOwYMH08wvh4Vp0.XRoqCQ.B02nOZRKvWkghKyoEYN-2rD5Vv0; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 01 Jul 2019 15:43:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La création du workspace a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"}],"_postman_id":"9f4cc06a-8158-4906-8a32-314863778538"},{"name":"UPDATE WORKSPACE INFO","id":"79e9cc6a-a365-41da-a097-52e475f5bdf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-access-token","type":"text","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"bymycar-paris","disabled":true},{"key":"commercial_name","type":"text","value":"bymycar","disabled":true},{"key":"phone_number","type":"text","value":"0482291598","disabled":true},{"key":"postal_code","type":"text","value":"75016","disabled":true},{"key":"city","type":"text","value":"Paris","disabled":true},{"key":"full_address","type":"text","value":"25 rue de la rue","disabled":true},{"key":"id_client_bee2link","value":"7314ec6e-af4a-4182-af59-17ec3f47ceab","type":"text","disabled":true},{"key":"entity_id","value":"1213","type":"text","disabled":true},{"key":"entity_key","value":"PLATFORMEU","type":"text","disabled":true},{"key":"dms_id","value":"7","type":"text","disabled":true},{"key":"provider_name","value":"8","type":"text","disabled":true},{"key":"subdomain","value":"abraham","type":"text","disabled":true}]},"url":"{{domain}}/workspace_info","description":"# Update workspace informations\n\n**Method** : POST\n\n**Description** : Updating workspace information allows you to update workspace information such as its name, commercial name, etc ...\n\n## POST\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n\n   |    Name    \t\t| Type                          | Description                        \t\t\t\t\t\t\t|Value\t\t\t\t\t\t|Required\t|\t  \n   |--------------------|-------------------------------|---------------------------------------------------------------|---------------------------|-----------|\n   | name\t\t\t\t|*`string`*           \t\t\t|Workspace name\t\t            \t        \t\t\t\t\t|1-128\t\t\t\t\t\t|`true`\t\t|\n   | commercial_name\t|*`string`*           \t\t\t|Workspace public name\t\t\t           \t        \t\t\t|\t\t\t\t\t\t\t|`true`\t\t|\n   | phone_number\t\t|*`int`*           \t\t\t\t|Workspace contact number\t\t            \t        \t\t|format:0*01020304\t\t\t|`true`\t\t|\n   | postal_code\t\t|*`int`*           \t\t\t\t|Worksapce postal code\t\t            \t        \t\t\t|valid french postal code\t|`true`\t\t|\n   | city\t\t\t\t|*`string`*           \t\t\t|Workspace city\t\t            \t        \t\t\t\t\t|\t\t\t\t\t\t\t|`true`\t\t|\n   | full_address\t\t|*`string`*           \t\t\t|Workspace adresse           \t        \t\t\t\t\t\t|\t\t\t\t\t\t\t|`true`\t\t|\n   | entity_id\t\t    |*`string`*           \t\t\t|Identifier mecaplanning          \t        \t\t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | entity_key\t\t    |*`string`*           \t\t\t|Key identifier mecaplanning           \t        \t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | dms_id\t    \t    |*`string`*           \t\t\t|DMS identifier mecaplanning           \t        \t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | provider_name\t\t|*`string`*           \t\t\t|Mecaplanning provider name            \t        \t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | subdomain\t\t    |*`string`*           \t\t\t|Mecaplanning subdomain           \t        \t\t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | id_client_bee2link\t|*`string`*           \t\t\t|Id client Bee2link           \t        \t\t\t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n\n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Workspace creation state\t\t\t|`La modification de votre workspace a bien été prise en compte` \t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"6862b2f1-9177-4f10-845c-236353736bd4","name":"ERROR","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","type":"text","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"bymycar-paris","disabled":true},{"key":"commercial_name","type":"text","value":"bymycar","disabled":true},{"key":"phone_number","type":"text","value":"0482291598","disabled":true},{"key":"postal_code","type":"text","value":"75016","disabled":true},{"key":"city","type":"text","value":"Paris","disabled":true},{"key":"full_address","type":"text","value":"25 rue de la rue","disabled":true},{"key":"id_client_bee2link","value":"7314ec6e-af4a-4182-af59-17ec3f47ceab","type":"text","disabled":true},{"key":"entity_id","value":"1213","type":"text","disabled":true},{"key":"entity_key","value":"PLATFORMEU","type":"text","disabled":true},{"key":"dms_id","value":"7","type":"text","disabled":true},{"key":"provider_name","value":"8","type":"text","disabled":true},{"key":"subdomain","value":"abraham","type":"text","disabled":true}]},"url":"{{domain}}/workspace_info","description":"# Update workspace informations\n\n**Method** : POST\n\n**Description** : Updating workspace information allows you to update workspace information such as its name, commercial name, etc ...\n\n## POST\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n\n   |    Name    \t\t| Type                          | Description                        \t\t\t\t\t\t\t|Value\t\t\t\t\t\t|Required\t|\t  \n   |--------------------|-------------------------------|---------------------------------------------------------------|---------------------------|-----------|\n   | name\t\t\t\t|*`string`*           \t\t\t|Workspace name\t\t            \t        \t\t\t\t\t|1-128\t\t\t\t\t\t|`true`\t\t|\n   | commercial_name\t|*`string`*           \t\t\t|Workspace public name\t\t\t           \t        \t\t\t|\t\t\t\t\t\t\t|`true`\t\t|\n   | phone_number\t\t|*`int`*           \t\t\t\t|Workspace contact number\t\t            \t        \t\t|format:0*01020304\t\t\t|`true`\t\t|\n   | postal_code\t\t|*`int`*           \t\t\t\t|Worksapce postal code\t\t            \t        \t\t\t|valid french postal code\t|`true`\t\t|\n   | city\t\t\t\t|*`string`*           \t\t\t|Workspace city\t\t            \t        \t\t\t\t\t|\t\t\t\t\t\t\t|`true`\t\t|\n   | full_address\t\t|*`string`*           \t\t\t|Workspace adresse           \t        \t\t\t\t\t\t|\t\t\t\t\t\t\t|`true`\t\t|\n   | entity_id\t\t    |*`string`*           \t\t\t|Identifier mecaplanning          \t        \t\t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | entity_key\t\t    |*`string`*           \t\t\t|Key identifier mecaplanning           \t        \t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | dms_id\t    \t    |*`string`*           \t\t\t|DMS identifier mecaplanning           \t        \t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | provider_name\t\t|*`string`*           \t\t\t|Mecaplanning provider name            \t        \t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | subdomain\t\t    |*`string`*           \t\t\t|Mecaplanning subdomain           \t        \t\t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | id_client_bee2link\t|*`string`*           \t\t\t|Id client Bee2link           \t        \t\t\t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n\n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Workspace creation state\t\t\t|`La modification de votre workspace a bien été prise en compte` \t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"514"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkElqA0EQBL9i-qyGXqp60WdErfZgLJkZDT4I_d0jfPE1k0iCfISLr7Z9hPN93e0ULouGcxjUake0LExokLwlq9pFWauLIzRoVBpzfdUNxBwRfapOM2tFc1cclXP3TFATzZqlGnCmXpUK4gGCKKbsOqyp0WwZCkpu1jCHU5B9Xe16v-jti5br4WS1TxgJY_KZIxx2kTu1OO2I0ZARxj_utr7TddnovtxetMho1YSjDbUIkGccXCQWdcHaXcTLP_rntn5u3yQWzo_wth8DhSwBYy25OKSRJ1SGNpwYG5cs4XkK-2br34FMOqkkj6YoEbyWOEkg4gCXBI3Jenj-AnM7b6A.XT7ARg.56ByXPPVJFcuUaRh_IuZucanGxM; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 29 Jul 2019 09:45:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"commercial_name\": [\n            \"Le nom commercial de votre espace de travail ne peut contenir que des lettres, espaces ou les caractères suivants ( -' )\"\n        ],\n        \"name\": [\n            \"Le nom de votre espace de travail ne peut contenir que des lettres, espaces ou les caractères suivants ( -' )\"\n        ],\n        \"phone_number\": [\n            \"Votre numéro doit contenir 10 caractères\",\n            \"Veuillez entrer un numéro de téléphone valide au format suivant: 0612345678\"\n        ]\n    },\n    \"result\": false\n}"},{"id":"dbdda5c2-37c1-40e4-b4e4-18141aad5308","name":"SUCCESS","originalRequest":{"method":"PATCH","header":[{"key":"x-access-token","type":"text","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","type":"text","value":"bymycar-paris","disabled":true},{"key":"commercial_name","type":"text","value":"bymycar","disabled":true},{"key":"phone_number","type":"text","value":"0482291598","disabled":true},{"key":"postal_code","type":"text","value":"75016","disabled":true},{"key":"city","type":"text","value":"Paris","disabled":true},{"key":"full_address","type":"text","value":"25 rue de la rue","disabled":true},{"key":"id_client_bee2link","value":"7314ec6e-af4a-4182-af59-17ec3f47ceab","type":"text","disabled":true},{"key":"entity_id","value":"1213","type":"text","disabled":true},{"key":"entity_key","value":"PLATFORMEU","type":"text","disabled":true},{"key":"dms_id","value":"7","type":"text","disabled":true},{"key":"provider_name","value":"8","type":"text","disabled":true},{"key":"subdomain","value":"abraham","type":"text","disabled":true}]},"url":"{{domain}}/workspace_info","description":"# Update workspace informations\n\n**Method** : POST\n\n**Description** : Updating workspace information allows you to update workspace information such as its name, commercial name, etc ...\n\n## POST\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n\n   |    Name    \t\t| Type                          | Description                        \t\t\t\t\t\t\t|Value\t\t\t\t\t\t|Required\t|\t  \n   |--------------------|-------------------------------|---------------------------------------------------------------|---------------------------|-----------|\n   | name\t\t\t\t|*`string`*           \t\t\t|Workspace name\t\t            \t        \t\t\t\t\t|1-128\t\t\t\t\t\t|`true`\t\t|\n   | commercial_name\t|*`string`*           \t\t\t|Workspace public name\t\t\t           \t        \t\t\t|\t\t\t\t\t\t\t|`true`\t\t|\n   | phone_number\t\t|*`int`*           \t\t\t\t|Workspace contact number\t\t            \t        \t\t|format:0*01020304\t\t\t|`true`\t\t|\n   | postal_code\t\t|*`int`*           \t\t\t\t|Worksapce postal code\t\t            \t        \t\t\t|valid french postal code\t|`true`\t\t|\n   | city\t\t\t\t|*`string`*           \t\t\t|Workspace city\t\t            \t        \t\t\t\t\t|\t\t\t\t\t\t\t|`true`\t\t|\n   | full_address\t\t|*`string`*           \t\t\t|Workspace adresse           \t        \t\t\t\t\t\t|\t\t\t\t\t\t\t|`true`\t\t|\n   | entity_id\t\t    |*`string`*           \t\t\t|Identifier mecaplanning          \t        \t\t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | entity_key\t\t    |*`string`*           \t\t\t|Key identifier mecaplanning           \t        \t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | dms_id\t    \t    |*`string`*           \t\t\t|DMS identifier mecaplanning           \t        \t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | provider_name\t\t|*`string`*           \t\t\t|Mecaplanning provider name            \t        \t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | subdomain\t\t    |*`string`*           \t\t\t|Mecaplanning subdomain           \t        \t\t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n   | id_client_bee2link\t|*`string`*           \t\t\t|Id client Bee2link           \t        \t\t\t\t\t\t|\t\t\t\t\t\t\t|`false`\t|\n\n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-----------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Workspace creation state\t\t\t|`La modification de votre workspace a bien été prise en compte` \t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`true`             \t\t\t\t\t\t\t\t\t\t\t\t\t|\n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 400`\n\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"123"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkElqA0EQBL9i-qyGXqp60WdErfZgLJkZDT4I_d0jfPE1k0iCfISLr7Z9hPN93e0ULouGcxjUake0LExokLwlq9pFWauLIzRoVBpzfdUNxBwRfapOM2tFc1cclXP3TFATzZqlGnCmXpUK4gGCKKbsOqyp0WwZCkpu1jCHU5B9Xe16v-jti5br4WS1TxgJY_KZIxx2kTu1OO2I0ZARxj_utr7TddnovtxetMho1YSjDbUIkGccXCQWdcHaXcTLP_rntn5u3yQWzo_wth8DhSwBYy25OKSRJ1SGNpwYG5cs4XkK-2br34FMOqkkj6YoEbyWOEkg4gCXBI3Jenj-AnM7b6A.XT7AXQ.oqg1QC58swHntTU0B2w0DTvHZiY; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 29 Jul 2019 09:46:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La modification de votre workspace a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"}],"_postman_id":"79e9cc6a-a365-41da-a097-52e475f5bdf7"},{"name":"READ WORKSPACE INFO","id":"b3fb0b16-a7c4-44c1-a669-8f494db3e2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/workspaces/:workspace_id","host":["{{domain}}"],"path":["workspaces",":workspace_id"],"variable":[{"key":"workspace_id","value":"4f3617e9-c7cb-4f33-bbef-68c695c6949b","type":"string"}]},"description":"# Read workspace informations\n\n**Method** : GET\n\n**Description** : Read workspace informations allows you to read workspace informations such as its name, commercial name, etc ...\n\n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name\t    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t    |*`string`*           \t\t\t|Workspace identifier   \t\t            \t        \t\t|\n   \n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\nWorkspace informations ( JSON )\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|\t  \n   |------------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_name\t\t|*`string`*           \t\t\t|Workspace name\t\t            \t        \t\t\t\t\t|\t\n   | commercial_name\t|*`string`*           \t\t\t|Workspace public name\t\t\t           \t        \t\t\t|\n   | phone_number\t\t|*`int`*           \t\t\t\t|Workspace contact number\t\t            \t        \t\t|\n   | postal_code\t\t|*`int`*           \t\t\t\t|Worksapce postal code\t\t            \t        \t\t\t|\n   | city\t\t\t\t|*`string`*           \t\t\t|Workspace city\t\t            \t        \t\t\t\t\t|\n   | full_address\t\t|*`string`*           \t\t\t|Workspace adresse           \t        \t\t\t\t\t\t|\n   | entity_id\t\t    |*`string`*           \t\t\t|Identifier mecaplanning          \t        \t\t\t\t\t|\n   | entity_key\t\t    |*`string`*           \t\t\t|Key identifier mecaplanning           \t        \t\t\t\t|\n   | dms_id\t    \t    |*`string`*           \t\t\t|DMS identifier mecaplanning           \t        \t\t\t\t|\n   | provider_name\t\t|*`string`*           \t\t\t|Mecaplanning provider name            \t        \t\t\t\t|\n   | subdomain\t\t    |*`string`*           \t\t\t|Mecaplanning subdomain           \t        \t\t\t\t\t|\n   \n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Authorization state\t\t\t\t|`Vous ne possédez pas les droits pour effectuer cette action` \t\t|\n   | redirect   \t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t|\n   | result \t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t\t\t\t\t\t\t\t\t\t\t\t|"},"response":[{"id":"63d8e81e-1bd4-49f1-86d6-b4099ed602f1","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/workspaces/:workspace_id","host":["{{domain}}"],"path":["workspaces",":workspace_id"],"variable":[{"key":"workspace_id","value":"4f3617e9-c7cb-4f33-bbef-68c695c6949b","type":"string"}]},"description":"# Read workspace informations\n\n**Method** : GET\n\n**Description** : Read workspace informations allows you to read workspace informations such as its name, commercial name, etc ...\n\n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name\t    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t    |*`string`*           \t\t\t|Workspace identifier   \t\t            \t        \t\t|\n   \n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\nWorkspace informations ( JSON )\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|\t  \n   |------------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_name\t\t|*`string`*           \t\t\t|Workspace name\t\t            \t        \t\t\t\t\t|\t\n   | commercial_name\t|*`string`*           \t\t\t|Workspace public name\t\t\t           \t        \t\t\t|\n   | phone_number\t\t|*`int`*           \t\t\t\t|Workspace contact number\t\t            \t        \t\t|\n   | postal_code\t\t|*`int`*           \t\t\t\t|Worksapce postal code\t\t            \t        \t\t\t|\n   | city\t\t\t\t|*`string`*           \t\t\t|Workspace city\t\t            \t        \t\t\t\t\t|\n   | full_address\t\t|*`string`*           \t\t\t|Workspace adresse           \t        \t\t\t\t\t\t|\n   | entity_id\t\t    |*`string`*           \t\t\t|Identifier mecaplanning          \t        \t\t\t\t\t|\n   | entity_key\t\t    |*`string`*           \t\t\t|Key identifier mecaplanning           \t        \t\t\t\t|\n   | dms_id\t    \t    |*`string`*           \t\t\t|DMS identifier mecaplanning           \t        \t\t\t\t|\n   | provider_name\t\t|*`string`*           \t\t\t|Mecaplanning provider name            \t        \t\t\t\t|\n   | subdomain\t\t    |*`string`*           \t\t\t|Mecaplanning subdomain           \t        \t\t\t\t\t|\n   \n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Authorization state\t\t\t\t|`Vous ne possédez pas les droits pour effectuer cette action` \t\t|\n   | redirect   \t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t|\n   | result \t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t\t\t\t\t\t\t\t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"216"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMFuwzAMQ__F5xqQLSmW-zOFbElbDkuBNDkN-_el2GVXgo8k-J0esfvrM92P_fRbeqyW7smaDjVB744aXgNaEYSizDhABCt1QIYRjZS6dhoDC8-6OEUpMsskJtC3M6agVuxFsSLRwEG1XmpVDzCY1sqCBuG9lvApblDTLc1z3307Hvb80nW7NrWBTGyWhRUyVW95tNkzupTOTbTZ-Mc99w_d1pce6_NNayzUWSBbDMoUtGSpQLnpMmKGBvR20efL978LrjZEYM5XumQa2nI3pqs9FuOwYMH08wvh4Vp0.XRtKnw.KfYd03srVVe8Sg2bmKuqq4S_sQs; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 12:14:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"Paris\",\n    \"commercial_name\": \"bymycar\",\n    \"full_adress\": \"25 rue de la rue\",\n    \"name\": \"bymycar-paris\",\n    \"phone_number\": 482291598,\n    \"postal_code\": 75016,\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"c9441493-e80a-45d7-af6a-fcb90639a92d","name":"ERROR","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/workspaces/:workspace_id","host":["{{domain}}"],"path":["workspaces",":workspace_id"],"variable":[{"key":"workspace_id","value":"4f3617e9-c7cb-4f33-bbef-68c695c6949b","type":"string"}]},"description":"# Read workspace informations\n\n**Method** : GET\n\n**Description** : Read workspace informations allows you to read workspace informations such as its name, commercial name, etc ...\n\n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name\t    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t    |*`string`*           \t\t\t|Workspace identifier   \t\t            \t        \t\t|\n   \n   \n## SUCESS RESPONSE (JSON):\n## `STATUS CODE 200`\nWorkspace informations ( JSON )\n\n   |    Name    \t\t\t|Type                           |Description                        \t\t\t\t\t\t\t|\t  \n   |------------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_name\t\t|*`string`*           \t\t\t|Workspace name\t\t            \t        \t\t\t\t\t|\t\n   | commercial_name\t|*`string`*           \t\t\t|Workspace public name\t\t\t           \t        \t\t\t|\n   | phone_number\t\t|*`int`*           \t\t\t\t|Workspace contact number\t\t            \t        \t\t|\n   | postal_code\t\t|*`int`*           \t\t\t\t|Worksapce postal code\t\t            \t        \t\t\t|\n   | city\t\t\t\t|*`string`*           \t\t\t|Workspace city\t\t            \t        \t\t\t\t\t|\n   | full_address\t\t|*`string`*           \t\t\t|Workspace adresse           \t        \t\t\t\t\t\t|\n   | entity_id\t\t    |*`string`*           \t\t\t|Identifier mecaplanning          \t        \t\t\t\t\t|\n   | entity_key\t\t    |*`string`*           \t\t\t|Key identifier mecaplanning           \t        \t\t\t\t|\n   | dms_id\t    \t    |*`string`*           \t\t\t|DMS identifier mecaplanning           \t        \t\t\t\t|\n   | provider_name\t\t|*`string`*           \t\t\t|Mecaplanning provider name            \t        \t\t\t\t|\n   | subdomain\t\t    |*`string`*           \t\t\t|Mecaplanning subdomain           \t        \t\t\t\t\t|\n   \n   \n\n## ERROR RESPONSE *( JSON )* :\n## `STATUS CODE 403`\n\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-------------------------------------------------------------------|\n   | message\t    |*`string`*           \t\t\t|Authorization state\t\t\t\t|`Vous ne possédez pas les droits pour effectuer cette action` \t\t|\n   | redirect   \t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`null`             \t\t\t\t\t\t\t\t\t\t\t\t|\n   | result \t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`             \t\t\t\t\t\t\t\t\t\t\t\t|"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"119"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMFuwzAMQ__F5xqQLSmW-zOFbElbDkuBNDkN-_el2GVXgo8k-J0esfvrM92P_fRbeqyW7smaDjVB744aXgNaEYSizDhABCt1QIYRjZS6dhoDC8-6OEUpMsskJtC3M6agVuxFsSLRwEG1XmpVDzCY1sqCBuG9lvApblDTLc1z3307Hvb80nW7NrWBTGyWhRUyVW95tNkzupTOTbTZ-Mc99w_d1pce6_NNayzUWSBbDMoUtGSpQLnpMmKGBvR20efL978LrjZEYM5XumQa2nI3pqs9FuOwYMH08wvh4Vp0.XRtKgw.LwON8XSuPOBBbOwDdNw1w2GTKDQ; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 12:13:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Vous ne possédez pas les droits pour effectuer cette action\",\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"b3fb0b16-a7c4-44c1-a669-8f494db3e2dd"},{"name":"DELETE WORKSPACE","id":"5c5cc0b1-1912-4031-bc8d-bf88c9efad6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODYzNTU3fQ.u655oXX0qrYP68WT-wDUlnQ_8yKjDB2WllvgEk5tG4k"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/delete/workspace/:workspace_id","host":["{{domain}}"],"path":["delete","workspace",":workspace_id"],"variable":[{"key":"workspace_id","value":"","type":"string"}]},"description":"# Delete workspace\n\n**Method** : GET\n\n**Description** : The workspace deletion allow you to delete workspace and prevent access to it\n\n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name\t    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t    |*`string`*           \t\t\t|Workspace identifier   \t\t            \t        \t\t|\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Workspace deletion state           |La suppression du point de vente a bien été prise en compte\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|null        \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|true\t                 \t\t\t\t\t\t\t\t\t\t\t|\n  \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`     \t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"response":[{"id":"51d93e74-41e8-4f8c-b1e7-d1ab4fcbc3fd","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODYzNTU3fQ.u655oXX0qrYP68WT-wDUlnQ_8yKjDB2WllvgEk5tG4k"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/delete/workspace/:workspace_id","host":["{{domain}}"],"path":["delete","workspace",":workspace_id"],"variable":[{"key":"workspace_id","value":"","type":"string"}]},"description":"# Delete workspace\n\n**Method** : GET\n\n**Description** : The workspace deletion allow you to delete workspace and prevent access to it\n\n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name\t    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t    |*`string`*           \t\t\t|Workspace identifier   \t\t            \t        \t\t|\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Workspace deletion state           |La suppression du point de vente a bien été prise en compte\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|null        \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|true\t                 \t\t\t\t\t\t\t\t\t\t\t|\n  \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`     \t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"116"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkElqw1AQRK8S_jqCP3T_wZcxPSYixAqSRRbGd49MIM62ivco6hbOvtr2Hk7XdbfXcJ41nEKnWhqiJWFCg-g1WtEmylpcHKFCpVyZy6OuIOaI6EN1mFnNmppiL5yaJ4ISaZQkxYATtaKUEQ8QRDEm125VjUZNkFFStYopvAbZ19Uu17MunzRfwukWXvZjmZU2oEeMPhIcC7lRHXZEaMgIPdyf6LK-0WXe6DovT4FIr8WErasBpNE5S1YXLM1FPP8XfC_rx_ZFYn90JovAWHLKDrGnAYWhdifGyjnJg943W39vZNJBOfpkijKBlzwNEpiwg0uEymQt3H8ApXRyTg.XT7pgA.9zrVh751T6tdvLa3S8y7qGVLDBM; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 29 Jul 2019 12:41:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"La suppression du workspace a bien été prise en compte\",\n    \"redirect\": null,\n    \"result\": true\n}"},{"id":"903bb27c-2322-435d-bed1-b51a4362165c","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"email","type":"text","value":"test@test.com","disabled":true},{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMU16YzNOelV6TkN3aVpYaHdJam94TlRVek56Z3hNVE0wZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuMnZLaWF6cTcwMVJ5bnRScTV4R1hSM2tXeGo3T2w5X3dxYjkxWW1lbl9pWGg1RE9QcVFsUy1UUDFDeVJxVnJ0Y2V2U3p6LTdnZXJ2RHdWN0tTU3phX2ciLCJjdXJyZW50X29yZ2FuaXNhdGlvbiI6ImY2NTY5NjQzLTkxMzMtNDVjYi1iMzI2LTI2ODY4ZmZmNGEwMCIsImN1cnJlbnRfZG9tYWluIjoiYmJkZjk2M2UtZmNmZC00NmZhLTg5YjYtYTE4N2FmMzAyNmM2IiwiZXhwIjoxNTUzODYzNTU3fQ.u655oXX0qrYP68WT-wDUlnQ_8yKjDB2WllvgEk5tG4k"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"email","type":"text","value":"aaron.y.boateng@gmail.com"},{"key":"password","type":"text","value":"abcd1234"}]},"url":{"raw":"{{domain}}/delete/workspace/:workspace_id","host":["{{domain}}"],"path":["delete","workspace",":workspace_id"],"variable":[{"key":"workspace_id","value":"","type":"string"}]},"description":"# Delete workspace\n\n**Method** : GET\n\n**Description** : The workspace deletion allow you to delete workspace and prevent access to it\n\n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name\t    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t    |*`string`*           \t\t\t|Workspace identifier   \t\t            \t        \t\t|\n   \n   \n## **SUCCESS RESPONSE *( JSON )* :**\n## **`STATUS CODE 200`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|-------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Workspace deletion state           |La suppression du point de vente a bien été prise en compte\t\t|\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|null        \t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|true\t                 \t\t\t\t\t\t\t\t\t\t\t|\n  \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 400`**\n   |    Name    \t|Type                           |Description                        |Value                  |\n   |----------------|-------------------------------|-----------------------------------|-----------------------|\n   | **errors**\t    |*`JSON`*           \t\t\t|All errors and corresponding field |\t\t\t            |\n   | **redirect**\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`null`     \t\t\t|\n   | **result**\t\t|*`bool`*\t\t\t\t\t\t|No request error value    \t\t\t|`false`                |"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"152"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkM1qwzAQhF-l6FyDpP2RlJcJq91Va0rjYsf0EPLudSg0PQ3M8A3D3MJ5rL69h9N13f01nGcLp1CFoRB50i7kGAdHBytq3WDoIGRkydw7PGJG9UFEo5k1d-dsqRhV6KmMJAhRGiQFx56kgEkmOkBUo5iGVWdzaZwwkyZ2phReg-7r6pfr2ZZPmS_hdAsv-7HMoTSskeJoCY-FvQg3Pyxy6oQ13J_osr7JZd7kOi_PAtXK4Nq9miOmVnvWbEMJylAd-X_B97J-bF-i_kdn8YidIKc8MNbUEDpyHdKJe076oPfN198bCSjXknHiQyasWKd6XDgJVMmdR4sWw_0Hd9pw4A.XT7pWA.QZbVvNvxuKhsOYNdoBxRyrDa1p0; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 29 Jul 2019 12:40:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors \": {\n        \"authorization\": [\n            \"Vous ne pouvez pas supprimer cet espace de travail\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"5c5cc0b1-1912-4031-bc8d-bf88c9efad6d"},{"name":"CHOOSE WORKPSACE","id":"db444845-bfa1-40f6-a503-d198416693c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI1NTNiZWVkZDE1NjA0MjIzYWU4ODQ3MDBiMzU2OTU1ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiODhhOGUyNGEtNGFjZi00OWQ4LTgzYWYtOWE3ODI2NDJlMDdmIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJlNTQ0ZjRiOS03MDlhLTQ2NDUtOWUyNS00ZjZkNDc0Mjc4ZDciLCJjdXJyZW50X2RvbWFpbiI6ImJjZmM5ZjcwLTU3NmItNDA1ZC04Zjg2LTNhMmE1MDhmYzlmZSIsImV4cCI6MTU2NjU1Nzk0NX0.r7pZY3qWmxvk2IkmvvHOall-LDWe8wVVuc64sWB5RS8"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/choose/workspace/:workspace_id","host":["{{domain}}"],"path":["choose","workspace",":workspace_id"],"variable":[{"key":"workspace_id","value":"","type":"string"}]},"description":"# Choose workspace\n\n**Method** : GET\n\n**Description** : The workspace token gave by this endpoint allow you access of Neuralytics [features and services](https://neuralytics.postman.co/collections/5589548-780f5f6d-0870-4df4-ba56-4919217d818c?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5).\n\n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name\t    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t    |*`string`*           \t\t\t|Workspace identifier   \t\t            \t        \t\t|\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Workspace informations ( JSON )**\n\n   |    Name    \t\t\t|Type                       |Description                        |Value\t\t\t\t\t\t|\t  \n   |------------------------|---------------------------|-----------------------------------|---------------------------|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/InstantRecommandation`   |\n   | **token**\t    \t|*`string`*           \t\t\t|Valid token during 24 hour         |\t\t\t            \t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Authorization state\t\t\t\t|`Vous ne possédez pas les droits suffisant pour lire les informations cet espace de travail` \t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`/InstantRecommandation`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"response":[{"id":"974291c1-c5d3-49da-aabd-3c8c4c74d273","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI1NTNiZWVkZDE1NjA0MjIzYWU4ODQ3MDBiMzU2OTU1ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiODhhOGUyNGEtNGFjZi00OWQ4LTgzYWYtOWE3ODI2NDJlMDdmIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJlNTQ0ZjRiOS03MDlhLTQ2NDUtOWUyNS00ZjZkNDc0Mjc4ZDciLCJjdXJyZW50X2RvbWFpbiI6ImJjZmM5ZjcwLTU3NmItNDA1ZC04Zjg2LTNhMmE1MDhmYzlmZSIsImV4cCI6MTU2NjU1Nzk0NX0.r7pZY3qWmxvk2IkmvvHOall-LDWe8wVVuc64sWB5RS8"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/choose/workspace/:workspace_id","host":["{{domain}}"],"path":["choose","workspace",":workspace_id"],"variable":[{"key":"workspace_id","value":"","type":"string"}]},"description":"# Choose workspace\n\n**Method** : GET\n\n**Description** : The workspace token gave by this endpoint allow you access of Neuralytics [features and services](https://neuralytics.postman.co/collections/5589548-780f5f6d-0870-4df4-ba56-4919217d818c?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5).\n\n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name\t    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t    |*`string`*           \t\t\t|Workspace identifier   \t\t            \t        \t\t|\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Workspace informations ( JSON )**\n\n   |    Name    \t\t\t|Type                       |Description                        |Value\t\t\t\t\t\t|\t  \n   |------------------------|---------------------------|-----------------------------------|---------------------------|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/InstantRecommandation`   |\n   | **token**\t    \t|*`string`*           \t\t\t|Valid token during 24 hour         |\t\t\t            \t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Authorization state\t\t\t\t|`Vous ne possédez pas les droits suffisant pour lire les informations cet espace de travail` \t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`/InstantRecommandation`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"463"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMtqw0AMRX-lzLqGeUiaUX4maCRNa0rjYsd0EfLvdSg03d7LuRzpFs5j9e09nK7r7q_hPFs4hSZUKqIn7YIOcVD0YlWtWxk6EAhIMvVeHjWB-kDEwWbs7pQtVcNWeqojCZQoXJIWh56kFpOMeICghjENa07mwpQgoyZywhReg-7r6pfr2ZZPmS_hdAsv-2HmpTK0iHFwgsOwVyH2I0LHjtDC_Yku65tc5k2u8_IcUG1UXLs3c4DErWfNNhRLHaoj_x_4XtaP7UvU_2iMDuW4O1fmwz9xPoJcDCpFjpEf9L75-vvGLsaS45jcUCcYJU8sChM2GBqBungN9x-L0nHS.XT66PA.ZdL7ccrx0wTdYpC3yyqm5eLfEQo; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 29 Jul 2019 09:19:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"redirect\": \"/InstantRecommandation\",\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiIwZGY5YjY4NTc2YTE0NTU1YWFhNmFlN2UxM2I4ZWRiNCIsImN1cnJlbnRfd29ya3NwYWNlIjoiMmFlMDRiNTMtMjEyZi00MDgxLTk0M2ItNDY4ZmFiNTZiMjFjIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJjYzg2M2VjYi1lOGRlLTQ0MTktOGIyYy0yZGZjNTM3ZmNjZjIiLCJjdXJyZW50X2RvbWFpbiI6ImUzNzk0ODA1LTBmOTEtNDU1ZS1iN2E2LTllOTQ4NWU1YjU0OCIsImV4cCI6MTU2NDQwMjc5Nn0.osJhPJgD6OoXGFbLyvfjy6bi2tAFrb4o7F_NEQYWMXY\"\n}"},{"id":"dff8b8b8-83e2-4517-b593-5fc218f41033","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiI1NTNiZWVkZDE1NjA0MjIzYWU4ODQ3MDBiMzU2OTU1ZCIsImN1cnJlbnRfd29ya3NwYWNlIjoiODhhOGUyNGEtNGFjZi00OWQ4LTgzYWYtOWE3ODI2NDJlMDdmIiwiY3VycmVudF9vcmdhbmlzYXRpb24iOiJlNTQ0ZjRiOS03MDlhLTQ2NDUtOWUyNS00ZjZkNDc0Mjc4ZDciLCJjdXJyZW50X2RvbWFpbiI6ImJjZmM5ZjcwLTU3NmItNDA1ZC04Zjg2LTNhMmE1MDhmYzlmZSIsImV4cCI6MTU2NjU1Nzk0NX0.r7pZY3qWmxvk2IkmvvHOall-LDWe8wVVuc64sWB5RS8"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/choose/workspace/:workspace_id","host":["{{domain}}"],"path":["choose","workspace",":workspace_id"],"variable":[{"key":"workspace_id","value":"","type":"string"}]},"description":"# Choose workspace\n\n**Method** : GET\n\n**Description** : The workspace token gave by this endpoint allow you access of Neuralytics [features and services](https://neuralytics.postman.co/collections/5589548-780f5f6d-0870-4df4-ba56-4919217d818c?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5).\n\n## URL parameters\n\n> [Login](https://neuralytics.postman.co/collections/5589548-595cbd19-d713-433d-b71b-9eff272cb0e2?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5) token is required\n\n   |    Name\t    \t|Type                           |Description                        \t\t\t\t\t\t\t|  \n   |--------------------|-------------------------------|---------------------------------------------------------------|\n   | workspace_id\t    |*`string`*           \t\t\t|Workspace identifier   \t\t            \t        \t\t|\n   \n   \n## **SUCESS RESPONSE (JSON)**:\n## **`STATUS CODE 200`**\n**Workspace informations ( JSON )**\n\n   |    Name    \t\t\t|Type                       |Description                        |Value\t\t\t\t\t\t|\t  \n   |------------------------|---------------------------|-----------------------------------|---------------------------|\n   | **redirect**\t\t|*`string`*            \t\t\t|Redirection route\t\t\t\t\t|`/InstantRecommandation`   |\n   | **token**\t    \t|*`string`*           \t\t\t|Valid token during 24 hour         |\t\t\t            \t|\n   \n\n## **ERROR RESPONSE *( JSON )* :**\n## **`STATUS CODE 403`**\n   |    Name    \t|Type                           |Description                        |Value                  \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|\n   |----------------|-------------------------------|-----------------------------------|---------------------------------------------------------------------------------------------------|\n   | **message**\t|*`string`*           \t\t\t|Authorization state\t\t\t\t|`Vous ne possédez pas les droits suffisant pour lire les informations cet espace de travail` \t\t|\n   | **redirect**\t|*`null`*\t\t\t\t\t\t|Redirection route  \t\t\t\t|`/InstantRecommandation`             \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t|"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"191"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMtqw0AMRX-lzLqGeUiaUX4maCRNa0rjYsd0EfLvdSg03d7LuRzpFs5j9e09nK7r7q_hPFs4hSZUKqIn7YIOcVD0YlWtWxk6EAhIMvVeHjWB-kDEwWbs7pQtVcNWeqojCZQoXJIWh56kFpOMeICghjENa07mwpQgoyZywhReg-7r6pfr2ZZPmS_hdAsv-2HmpTK0iHFwgsOwVyH2I0LHjtDC_Yku65tc5k2u8_IcUG1UXLs3c4DErWfNNhRLHaoj_x_4XtaP7UvU_2iMDuW4O1fmwz9xPoJcDCpFjpEf9L75-vvGLsaS45jcUCcYJU8sChM2GBqBungN9x-L0nHS.XT66Ig.iKoCad3MMI25EceSQDTe0ebCKbU; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Mon, 29 Jul 2019 09:19:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"authorization\": [\n            \"Vous ne possédez pas les droits suffisant pour lire les informations cet espace de travail\"\n        ]\n    },\n    \"redirect\": null,\n    \"result\": false\n}"}],"_postman_id":"db444845-bfa1-40f6-a503-d198416693c9"},{"name":"GET user workspaces","id":"326feb7b-40be-4771-836c-bc9a569c3b63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/users/:user_id/workspaces","host":["{{domain}}"],"path":["users",":user_id","workspaces"],"variable":[{"key":"user_id","value":"{{userId}}","type":"string"}]}},"response":[{"id":"4727b08e-b3ab-4573-9cd4-7341a8aad804","name":"ERROR","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/users/:user_id/workspaces","host":["{{domain}}"],"path":["users",":user_id","workspaces"],"variable":[{"key":"user_id","value":"{{userId}}","type":"string"}]}},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"119"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMFuwzAMQ__F5xqQLSmW-zOFbElbDkuBNDkN-_el2GVXgo8k-J0esfvrM92P_fRbeqyW7smaDjVB744aXgNaEYSizDhABCt1QIYRjZS6dhoDC8-6OEUpMsskJtC3M6agVuxFsSLRwEG1XmpVDzCY1sqCBuG9lvApblDTLc1z3307Hvb80nW7NrWBTGyWhRUyVW95tNkzupTOTbTZ-Mc99w_d1pce6_NNayzUWSBbDMoUtGSpQLnpMmKGBvR20efL978LrjZEYM5XumQa2nI3pqs9FuOwYMH08wvh4Vp0.XRtKgw.LwON8XSuPOBBbOwDdNw1w2GTKDQ; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 12:13:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Vous ne possédez pas les droits pour effectuer cette action\",\n    \"redirect\": null,\n    \"result\": false\n}"},{"id":"602fa7b1-227e-4eca-b9a4-b484d4d3f002","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","type":"text","value":"{{token}}"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{domain}}/users/:user_id/workspaces","host":["{{domain}}"],"path":["users",":user_id","workspaces"],"variable":[{"key":"user_id","value":"{{userId}}","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"216"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Cookie"},{"key":"Set-Cookie","value":"session=.eJxNkMFuwzAMQ__F5xqQLSmW-zOFbElbDkuBNDkN-_el2GVXgo8k-J0esfvrM92P_fRbeqyW7smaDjVB744aXgNaEYSizDhABCt1QIYRjZS6dhoDC8-6OEUpMsskJtC3M6agVuxFsSLRwEG1XmpVDzCY1sqCBuG9lvApblDTLc1z3307Hvb80nW7NrWBTGyWhRUyVW95tNkzupTOTbTZ-Mc99w_d1pce6_NNayzUWSBbDMoUtGSpQLnpMmKGBvR20efL978LrjZEYM5XumQa2nI3pqs9FuOwYMH08wvh4Vp0.XRtKnw.KfYd03srVVe8Sg2bmKuqq4S_sQs; HttpOnly; Path=/"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 12:14:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"city\": \"Paris\",\n    \"commercial_name\": \"bymycar\",\n    \"full_adress\": \"25 rue de la rue\",\n    \"name\": \"bymycar-paris\",\n    \"phone_number\": 482291598,\n    \"postal_code\": 75016,\n    \"redirect\": null,\n    \"result\": true\n}"}],"_postman_id":"326feb7b-40be-4771-836c-bc9a569c3b63"}],"id":"c4ed013a-680e-451c-89fa-f23277c38748","description":"The workspace is the second highest level in Neuralytics applications. A workspace belong to its [organization](https://neuralytics.postman.co/collections/5589548-1afd8cbb-1cec-4370-b0fb-cf3c0dc4da3c?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5). Users or teams can be assigned to a workspace. By default, when you register, a workspace is created. When you connect, the first workspace will automatically be chosen to allow you to access Neuralytics [features and services.](https://neuralytics.postman.co/collections/5589548-780f5f6d-0870-4df4-ba56-4919217d818c?version=latest&workspace=59027893-be28-4549-838f-092b2211c6f5)","event":[{"listen":"prerequest","script":{"id":"a464d6e2-5cce-4f0b-b594-cb5b2b290d2e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2fa5966c-4e14-4d90-af97-1223dfcf95d0","type":"text/javascript","exec":[""]}}],"_postman_id":"c4ed013a-680e-451c-89fa-f23277c38748"},{"name":"Fast Pass","item":[{"name":"CREATE Deposit","id":"82568219-1f73-4581-9648-ac01f0ffa1d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"Leo\",\n    \"lastname\": \"Brun\",\n    \"appointment_id\": \"db861f11-a49a-4931-a256-19d86b16abcd\",\n    \"birthdate\": \"1997-10-03\",\n    \"phone_number\": \"0698865812\",\n    \"email\": \"leonardbrun@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{domain}}/fastpass"},"response":[],"_postman_id":"82568219-1f73-4581-9648-ac01f0ffa1d0"},{"name":"VALIDATE Deposit","id":"9a297f58-e520-4bac-98c6-55059ab89cf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"0000\"\n}","options":{"raw":{"language":"json"}}},"url":"{{domain}}/fastpass/dec2a199-dd3d-4d4c-bacc-042e9b4362ad/validate"},"response":[],"_postman_id":"9a297f58-e520-4bac-98c6-55059ab89cf3"},{"name":"UPDATE Deposit","id":"06f6da11-93cb-410e-ab0a-08ced697ffdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-access-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"children\": 2,\n\t\"phone_number\": \"061123123\"\n}"},"url":"{{domain}}/api/fastpass/708b4e16-8f38-437f-836c-8cc1b348b7fa"},"response":[],"_postman_id":"06f6da11-93cb-410e-ab0a-08ced697ffdc"},{"name":"GET workspace deposit","id":"381c69da-57c0-439e-8721-9f2d1d38b68a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"{{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"{{domain}}/workspaces/4f3617e9-c7cb-4f33-bbef-68c695c6949b/fastpass"},"response":[],"_postman_id":"381c69da-57c0-439e-8721-9f2d1d38b68a"}],"id":"e27e9b74-fa68-4fc6-8e3d-113b61d3eb98","_postman_id":"e27e9b74-fa68-4fc6-8e3d-113b61d3eb98"},{"name":"Stats","item":[{"name":"Charts","item":[{"name":"GET rank chart","event":[{"listen":"test","script":{"id":"342653af-2cdb-4359-9817-1a43651e2000","exec":[""],"type":"text/javascript"}}],"id":"4a1d4752-04e7-4b02-9d50-a612e220223b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{domain}}/stats/charts?type=rank&users=Jimmy Brumant,Jonathan Damis,Flavie Ancelot, Jordi Alerany, Léonard Brun&scores=32,28,22,8,2","host":["{{domain}}"],"path":["stats","charts"],"query":[{"key":"type","value":"rank"},{"key":"users","value":"Jimmy Brumant,Jonathan Damis,Flavie Ancelot, Jordi Alerany, Léonard Brun"},{"key":"scores","value":"32,28,22,8,2"}]}},"response":[{"id":"4fc0e2ad-9b38-48a3-ae02-79732483c451","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{domain}}/stats/charts?type=rank&users=Jimmy Brumant,Jonathan Damis,Flavie Ancelot, Jordi Alerany, Léonard Brun&scores=32,28,22,8,2","host":["{{domain}}"],"path":["stats","charts"],"query":[{"key":"type","value":"rank"},{"key":"users","value":"Jimmy Brumant,Jonathan Damis,Flavie Ancelot, Jordi Alerany, Léonard Brun"},{"key":"scores","value":"32,28,22,8,2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1040"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 14:22:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"cookie\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjQ2NjkzNTV9.WU8OAL5u-JtcW4OsLyViCR3hC41aTGLeqnkxjX_UWYs\",\n    \"redirect\": \"/InstantRecommendation\",\n    \"result\": true,\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjIxNjM3NTV9.xR4pOJ9ImR8ogrWXhKELH75-_dbt9hT9WBz8c7fkDhg\",\n    \"user_avatar\": \"/static/img/profil/default.jpg\",\n    \"user_email\": \"neuralytic_test_account@yopmail.com\",\n    \"user_firstname\": \"Aaron\",\n    \"user_id\": \"b3533055-8198-4ba7-9d54-85f6d5fdf583\",\n    \"user_lastname\": \"Boateng\"\n}"}],"_postman_id":"4a1d4752-04e7-4b02-9d50-a612e220223b"},{"name":"GET status chart","event":[{"listen":"test","script":{"id":"342653af-2cdb-4359-9817-1a43651e2000","exec":[""],"type":"text/javascript"}}],"id":"fb07d132-4225-44fe-8bc6-b1467fb288bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{domain}}/stats/charts?type=status&new=8&progress=5&archived=2","host":["{{domain}}"],"path":["stats","charts"],"query":[{"key":"type","value":"status"},{"key":"new","value":"8"},{"key":"progress","value":"5"},{"key":"archived","value":"2"}]}},"response":[{"id":"032b3776-6aae-4616-99b5-65e25a051636","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{domain}}/stats/charts?type=status&new=8&progress=5&archived=2","host":["{{domain}}"],"path":["stats","charts"],"query":[{"key":"type","value":"status"},{"key":"new","value":"8"},{"key":"progress","value":"5"},{"key":"archived","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1040"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 14:22:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"cookie\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjQ2NjkzNTV9.WU8OAL5u-JtcW4OsLyViCR3hC41aTGLeqnkxjX_UWYs\",\n    \"redirect\": \"/InstantRecommendation\",\n    \"result\": true,\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjIxNjM3NTV9.xR4pOJ9ImR8ogrWXhKELH75-_dbt9hT9WBz8c7fkDhg\",\n    \"user_avatar\": \"/static/img/profil/default.jpg\",\n    \"user_email\": \"neuralytic_test_account@yopmail.com\",\n    \"user_firstname\": \"Aaron\",\n    \"user_id\": \"b3533055-8198-4ba7-9d54-85f6d5fdf583\",\n    \"user_lastname\": \"Boateng\"\n}"}],"_postman_id":"fb07d132-4225-44fe-8bc6-b1467fb288bb"},{"name":"GET shares chart","event":[{"listen":"test","script":{"id":"342653af-2cdb-4359-9817-1a43651e2000","exec":[""],"type":"text/javascript"}}],"id":"2ae6af93-2995-4b2d-9cd0-3fc3c802ab60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{domain}}/stats/charts?type=appointments&total=100&shared=90","host":["{{domain}}"],"path":["stats","charts"],"query":[{"key":"type","value":"appointments"},{"key":"total","value":"100"},{"key":"shared","value":"90"}]}},"response":[{"id":"7a61725c-6a31-4e23-8242-0400bb25275c","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{domain}}/stats/charts?type=appointments&total=100&shared=90","host":["{{domain}}"],"path":["stats","charts"],"query":[{"key":"type","value":"appointments"},{"key":"total","value":"100"},{"key":"shared","value":"90"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1040"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 14:22:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"cookie\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjQ2NjkzNTV9.WU8OAL5u-JtcW4OsLyViCR3hC41aTGLeqnkxjX_UWYs\",\n    \"redirect\": \"/InstantRecommendation\",\n    \"result\": true,\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjIxNjM3NTV9.xR4pOJ9ImR8ogrWXhKELH75-_dbt9hT9WBz8c7fkDhg\",\n    \"user_avatar\": \"/static/img/profil/default.jpg\",\n    \"user_email\": \"neuralytic_test_account@yopmail.com\",\n    \"user_firstname\": \"Aaron\",\n    \"user_id\": \"b3533055-8198-4ba7-9d54-85f6d5fdf583\",\n    \"user_lastname\": \"Boateng\"\n}"}],"_postman_id":"2ae6af93-2995-4b2d-9cd0-3fc3c802ab60"},{"name":"GET recommendations chart","event":[{"listen":"test","script":{"id":"342653af-2cdb-4359-9817-1a43651e2000","exec":[""],"type":"text/javascript"}}],"id":"4e5373a1-de78-44ef-a66c-f849928cd829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{domain}}/stats/charts?type=recommendations&days=0,100,100,50,20,10&last=88","host":["{{domain}}"],"path":["stats","charts"],"query":[{"key":"type","value":"recommendations"},{"key":"days","value":"0,100,100,50,20,10"},{"key":"last","value":"88"}]}},"response":[{"id":"17edc05f-395f-4295-9eb0-beed64526b71","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{domain}}/stats/charts?type=recommendations&days=0,100,100,50,20,10&last=88","host":["{{domain}}"],"path":["stats","charts"],"query":[{"key":"type","value":"recommendations"},{"key":"days","value":"0,100,100,50,20,10"},{"key":"last","value":"88"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1040"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 14:22:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"cookie\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjQ2NjkzNTV9.WU8OAL5u-JtcW4OsLyViCR3hC41aTGLeqnkxjX_UWYs\",\n    \"redirect\": \"/InstantRecommendation\",\n    \"result\": true,\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjIxNjM3NTV9.xR4pOJ9ImR8ogrWXhKELH75-_dbt9hT9WBz8c7fkDhg\",\n    \"user_avatar\": \"/static/img/profil/default.jpg\",\n    \"user_email\": \"neuralytic_test_account@yopmail.com\",\n    \"user_firstname\": \"Aaron\",\n    \"user_id\": \"b3533055-8198-4ba7-9d54-85f6d5fdf583\",\n    \"user_lastname\": \"Boateng\"\n}"}],"_postman_id":"4e5373a1-de78-44ef-a66c-f849928cd829"}],"id":"2e3e635a-4c47-4277-ad52-921e09a67660","_postman_id":"2e3e635a-4c47-4277-ad52-921e09a67660"},{"name":"GET user stats","event":[{"listen":"test","script":{"id":"342653af-2cdb-4359-9817-1a43651e2000","exec":[""],"type":"text/javascript"}}],"id":"9fbe9246-45f7-41d2-95ae-f1cc8ad42657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"{{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{domain}}/workspaces/:workspace_id/stats?start=2020-02-17&end=2020-02-23","host":["{{domain}}"],"path":["workspaces",":workspace_id","stats"],"query":[{"key":"start","value":"2020-02-17"},{"key":"end","value":"2020-02-23"},{"key":"user_id","value":"{{userId}}","disabled":true}],"variable":[{"key":"workspace_id","value":"c20efcaa-f712-4174-8aa8-623a269b51a1","type":"string"}]}},"response":[{"id":"155c029f-6a6d-4682-8a21-fd6ed3baf01d","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"{{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{domain}}/workspaces/:workspace_id/stats?start=2020-02-17&end=2020-02-23","host":["{{domain}}"],"path":["workspaces",":workspace_id","stats"],"query":[{"key":"start","value":"2020-02-17"},{"key":"end","value":"2020-02-23"},{"key":"user_id","value":"{{userId}}","disabled":true}],"variable":[{"key":"workspace_id","value":"c20efcaa-f712-4174-8aa8-623a269b51a1","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1040"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 14:22:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"cookie\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjQ2NjkzNTV9.WU8OAL5u-JtcW4OsLyViCR3hC41aTGLeqnkxjX_UWYs\",\n    \"redirect\": \"/InstantRecommendation\",\n    \"result\": true,\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjIxNjM3NTV9.xR4pOJ9ImR8ogrWXhKELH75-_dbt9hT9WBz8c7fkDhg\",\n    \"user_avatar\": \"/static/img/profil/default.jpg\",\n    \"user_email\": \"neuralytic_test_account@yopmail.com\",\n    \"user_firstname\": \"Aaron\",\n    \"user_id\": \"b3533055-8198-4ba7-9d54-85f6d5fdf583\",\n    \"user_lastname\": \"Boateng\"\n}"}],"_postman_id":"9fbe9246-45f7-41d2-95ae-f1cc8ad42657"},{"name":"Generate week report","event":[{"listen":"test","script":{"id":"342653af-2cdb-4359-9817-1a43651e2000","exec":[""],"type":"text/javascript"}}],"id":"32180111-42e6-4ece-a22b-cbbfe9a51c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"{{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{domain}}/workspaces/:workspace_id/reports","host":["{{domain}}"],"path":["workspaces",":workspace_id","reports"],"variable":[{"key":"workspace_id","value":"c20efcaa-f712-4174-8aa8-623a269b51a1","type":"string"}]}},"response":[{"id":"af44a45c-31bd-4a31-9dea-f36f8cb0233f","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"{{token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{domain}}/workspaces/:workspace_id/reports","host":["{{domain}}"],"path":["workspaces",":workspace_id","reports"],"variable":[{"key":"workspace_id","value":"c20efcaa-f712-4174-8aa8-623a269b51a1","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1040"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.7"},{"key":"Date","value":"Tue, 02 Jul 2019 14:22:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"cookie\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjQ2NjkzNTV9.WU8OAL5u-JtcW4OsLyViCR3hC41aTGLeqnkxjX_UWYs\",\n    \"redirect\": \"/InstantRecommendation\",\n    \"result\": true,\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWJsaWNfaWQiOiJleUpoYkdjaU9pSklVelV4TWlJc0ltbGhkQ0k2TVRVMk1UazRNelE0Tml3aVpYaHdJam94TlRZeE9UZzNNRGcyZlEuZXlKd2RXSnNhV01pT2lKT2IyNWxJbjAuVm40NlEtR1h6eHM1ajFRRVQwOHBfOWVZRnNlVnpRVVhLcFNJaFo0N3dPM0Q4S1pmVHlyUWtOMUhaYkI4b1RTeWlOeGdNdHVUZkxKbXQ5dFc0TmNXWEEiLCJleHAiOjE1NjIxNjM3NTV9.xR4pOJ9ImR8ogrWXhKELH75-_dbt9hT9WBz8c7fkDhg\",\n    \"user_avatar\": \"/static/img/profil/default.jpg\",\n    \"user_email\": \"neuralytic_test_account@yopmail.com\",\n    \"user_firstname\": \"Aaron\",\n    \"user_id\": \"b3533055-8198-4ba7-9d54-85f6d5fdf583\",\n    \"user_lastname\": \"Boateng\"\n}"}],"_postman_id":"32180111-42e6-4ece-a22b-cbbfe9a51c24"}],"id":"d62527cb-dfab-458d-af03-2ca471a40a73","_postman_id":"d62527cb-dfab-458d-af03-2ca471a40a73"},{"name":"Slack","id":"626d6cef-7e68-416c-b9a6-3a9b2d0f5e60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":""},"response":[],"_postman_id":"626d6cef-7e68-416c-b9a6-3a9b2d0f5e60"}],"event":[{"listen":"prerequest","script":{"id":"89b51cd2-58cd-4ec6-907c-825f58024c94","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fec5c4b0-bd6d-4c9c-b74c-69681c14e257","type":"text/javascript","exec":[""]}}]}