Get Domain Info
You can get your domain license information using this API.
| URL | /auth/v1/get_domain_infos |
| Method | GET |
| Parameters | |
| Sample Request JSON | |
| Sample Response JSON |
{ "status": "ok", "domain": { "id": "d7e19951-6990-402e-a1f3-357bd375ee61", "country": "BELGIUM", "city": "BRAINE-LE-COMTE", "factory": "SOFTWARE", "department": "ENGINEERING", "license_email": "guy@itraceit.io", "idsubscription": 0, "domain_type_id": 1, "domain_type": "Diamond sector", "sector": "SOFTWARE", "themeid": "669680ab-8999-42d4-a202-79daa8faa931", "themecode": "WORKFLOW-CLASSIC" } } |
| Response Codes | 200: ok |