Skip to main content
GET
/
app-integrations
Read App Integration
curl --request GET \
  --url https://apiweb.mile.app/api/v3/app-integrations \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "code": 200,
  "message": "Success.",
  "data": {
    "current_page": 1,
    "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"
      }
    ],
    "first_page_url": "https://apiwebdev.mile.app/api/v3/app-integrations?limit=1&page=1",
    "from": 1,
    "last_page": 1,
    "last_page_url": "https://apiwebdev.mile.app/api/v3/app-integrations?limit=1&page=1",
    "links": [
      {
        "url": null,
        "label": "&laquo; Previous",
        "active": false
      },
      {
        "url": "https://apiwebdev.mile.app/api/v3/app-integrations?limit=1&page=1",
        "label": "1",
        "active": true
      },
      {
        "url": null,
        "label": "Next &raquo;",
        "active": false
      }
    ],
    "next_page_url": null,
    "path": "https://apiwebdev.mile.app/api/v3/app-integrations",
    "per_page": 1,
    "prev_page_url": null,
    "to": 1,
    "total": 1
  }
}

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Query Parameters

integrationType
string

finding data by Integration Type. Example: azure

sortOrder
string

sortOrder is to decide ascending or descending order Example: asc or desc. Default: desc

limit
integer

Limit of App Integration list. Example: 1. Default: 20

Response

Success

status
boolean

Status of response.

data
object

List object of App Integrations.