Skip to main content
GET
/
app-integration
/
{appIntegrationId}
Read App Integration by ID
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"
  }
}

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Path Parameters

appIntegrationId
string
required

Unique identifier for the App Integration that generated by system. Example: 63c7705c8608d52094785374

Response

Success

status
string

Status of response.

code
string

Code of response.

data
object

Detail of object App Integration.