Staging environment — data here is not production data
Browse documentation
Flows

List Native Apps

get/v1/native-apps

List Native Apps

Authentication

Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.

Example request

cURL
curl --request GET \
  --url 'https://api.fideralabs.com/v1/native-apps' \
  --header 'Authorization: Bearer $FIDERA_API_KEY'

Responses

200Successful Response
application/json
[
  {
    "android_signing_fingerprints": [
      "string"
    ],
    "created_at": "2026-07-29T12:00:00Z",
    "enabled": true,
    "environments": [
      "development"
    ],
    "id": "00000000-0000-0000-0000-000000000000",
    "identifier": "string",
    "ios_team_id": "string",
    "platform": "string",
    "tenant_path": "string",
    "updated_at": "2026-07-29T12:00:00Z"
  }
]
422Validation Error
detail
ValidationError[]

No additional field description.

Operation ID

list_native_apps_v1_native_apps_get