---
title: "Gets a list of api_config profiles"
method: GET
path: "/ux/common/apiregister/profile/"
tags: ["API Registration"]
---

# Gets a list of api_config profiles

`GET /ux/common/apiregister/profile/`

This endpoint is used to fetch all the api_config profiles in the current organization

## Query parameters

- `items_per_page` integer, required
- `page` integer, required
- `reverse` boolean
- `sort` string

## Response `200`

- ApiRegister[]
  - `id` string, required
  - `authentication_type` string, required
  - `api_id` string, required
  - `api_modified_id` string, nullable
  - `name` string
  - `api_url` string
  - `description` string
  - `client_id` string
  - `app_code` string
  - `secret_key` string
  - `user_name` string
  - `api_password` string
  - `is_base64_password` boolean
  - `auth_key` string
  - `auth_value` string
  - `content_type` integer
  - `auth_type` integer
  - `add_key_to` integer
  - `token_url` string
  - `token_prefix` string
  - `csrf_url` string
  - `token_key` string
  - `token_header_key` string
  - `token_body` string
  - `csrf_key` string
  - `request_type` integer
  - `user` string
  - `header_params` Embedded[]
    - `keys` string
    - `values` string
    - `queryparam` boolean
  - `api_type` integer
  - `organization` string, required
  - `creation_time` string, date-time
  - `last_update_time` string, date-time
  - `is_deleted` boolean
  - `is_active` boolean
  - `is_base64` boolean
  - `query_param` boolean
  - `is_sandbox` boolean
  - `sandbox_url` string
  - `is_webhook_enabled` boolean

---

[API](https://skmtc.net/infraon/apis/docs-infraon-io.md) · [All operations](https://skmtc.net/infraon/apis/docs-infraon-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/infraon/docs-infraon-io/revisions/a160550d8109/schema)
