cURL
curl --request GET \ --url https://apiweb.mile.app/api/v3/app-integration/{appIntegrationId} \ --header 'Authorization: Bearer <token>'
{ "status": true, "code": 200, "message": "Success.", "data": { "_id": "6769323b9fb1fe63cd0c6392", "integrationType": "azure", "azureAuthUrl": "https://login.microsoftonline.com/XXX-5f2b-XXX-90a0-XXX/saml2", "azureCert": "https://apistorage.mile.app/v3-public-dev/dev/66791b2bfabcde/2024/12/28/app.cer", "organizationId": "66791b2bf001a712b77b3622", "updatedTime": "2024-12-28T12:21:21.642000Z", "createdTime": "2024-12-23T09:49:47.189000Z" } }
Use a valid Bearer token to authenticate.
Unique identifier for the App Integration that generated by system. Example: 63c7705c8608d52094785374
63c7705c8608d52094785374
Success
Status of response.
Code of response.
Detail of object App Integration.