Askara.ai open API
Askara API (1.0.0)
Languages
Servers
Production
https://api.askara.ai/
- Production
https://api.askara.ai/me
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.askara.ai/meResponse
{ "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "email": "string", "firstName": "string", "lastName": "string", "gender": "female", "isVerified": true, "phone": "string", "rpps": "string", "am": "string", "language": "string", "timezone": "string", "languageSpokenAutoDetect": true, "languageSpoken": "string", "languageDocument": "string", "organization": { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "name": "string", "vatNumber": "string", "streetAddress": "string", "postalCode": "string", "city": "string", "country": "string", "latitude": 10.6584, "longitude": 45.0124, "timezone": "Europe/Paris", "phone": "+33757590893", "secretariatEmail": "user@example.com", "website": "http://example.com", "dentalNomenclatureSystem": "fdi", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "users": [ … ] }, "organizationRole": "ROLE_ORGANIZATION_ADMIN" }
- Production
https://api.askara.ai/users/{uuid}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.askara.ai/users/{uuid}'Response
{ "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "email": "user@example.com", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "firstName": "string", "lastName": "string", "gender": "female", "phone": "+33757590893", "rpps": "10101748050", "am": "394003552", "language": "fr", "organizations": [ { … } ] }