---
title: "Search customers"
method: GET
path: "/v1/Customers"
tags: ["Customers"]
---

# Search customers

`GET /v1/Customers`

Search for one or more customers.

## Query parameters

- `search.customer_id` integer[]
- `search.account_number` string[]
- `search.parent_customer_id` integer[]
- `search.is_parent` boolean
- `search.bill_profile_id` integer[]
- `search.status` 'ALL' | 'PROSPECT' | 'PENDING' | 'CLOSED' | 'OPEN'
- `search.name` string
- `search.created_date_start` string, date-time
- `search.created_date_end` string, date-time
- `search.agent_id` integer[]
- `search.updated_date_start` string, date-time
- `search.updated_date_end` string, date-time
- `search.suspended` boolean
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsCustomersCustomer
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsCustomersCustomer[] — List of records returned.
    - `billing_address` RevAppModelsAddress
      - `address_id` integer — Primary identifier for this address.
      - `customer_id` integer — Foreign identifier linking to an associated customer. Not needed for Service, Billing, or Listing addresses.
      - `first_name` string — First name of person associated with this address. Not needed if Company_Name is filled.
      - `middle_initial` string — Middle initial of person associated with this address.
      - `last_name` string — Last name of person associated with this address. Not needed if Company_Name is filled.
      - `company_name` string — Name of the company associated with this address. Not needed if First and Last Name is filled.
      - `line_1` string — First line of address. (i.e. Street Number, Street Name, Post Direction)
      - `line_2` string — Second line of address. (i.e. Apt, Unit, Floor)
      - `city` string
      - `state_or_province` string — State if USA, Province for some other countries.
      - `postal_code` string — Zip for USA (5-digit), can be longer for other countries.
      - `postal_code_extension` string — Zip+4 for USA
      - `country_code` 'AFG' | 'ALA' | 'ALB' | 'DZA' | 'ASM' | 'AND' | 'AGO' | 'AIA' | 'ATA' | 'ATG' | 'ARG' | 'ARM' | 'ABW' | 'AUS' | 'AUT' | 'AZE' | 'BHS' | 'BHR' | 'BGD' | 'BRB' | 'BLR' | 'BEL' | 'BLZ' | 'BEN' | 'BMU' | 'BTN' | 'BOL' | 'BES' | 'BIH' | 'BWA' | 'BVT' | 'BRA' | 'IOT' | 'BRN' | 'BGR' | 'BFA' | 'BDI' | 'CPV' | 'KHM' | 'CMR' | 'CAN' | 'CYM' | 'CAF' | 'TCD' | 'CHL' | 'CHN' | 'CXR' | 'CCK' | 'COL' | 'COM' | 'COG' | 'COD' | 'COK' | 'CRI' | 'CIV' | 'HRV' | 'CUB' | 'CUW' | 'CYP' | 'CZE' | 'DNK' | 'DJI' | 'DMA' | 'DOM' | 'ECU' | 'EGY' | 'SLV' | 'GNQ' | 'ERI' | 'EST' | 'ETH' | 'FLK' | 'FRO' | 'FJI' | 'FIN' | 'FRA' | 'GUF' | 'PYF' | 'ATF' | 'GAB' | 'GMB' | 'GEO' | 'DEU' | 'GHA' | 'GIB' | 'GRC' | 'GRL' | 'GRD' | 'GLP' | 'GUM' | 'GTM' | 'GGY' | 'GIN' | 'GNB' | 'GUY' | 'HTI' | 'HMD' | 'VAT' | 'HND' | 'HKG' | 'HUN' | 'ISL' | 'IND' | 'IDN' | 'IRN' | 'IRQ' | 'IRL' | 'IMN' | 'ISR' | 'ITA' | 'JAM' | 'JPN' | 'JEY' | 'JOR' | 'KAZ' | 'KEN' | 'KIR' | 'PRK' | 'KOR' | 'XKX' | 'KWT' | 'KGZ' | 'LAO' | 'LVA' | 'LBN' | 'LSO' | 'LBR' | 'LBY' | 'LIE' | 'LTU' | 'LUX' | 'MAC' | 'MKD' | 'MDG' | 'MWI' | 'MYS' | 'MDV' | 'MLI' | 'MLT' | 'MHL' | 'MTQ' | 'MRT' | 'MUS' | 'MYT' | 'MEX' | 'FSM' | 'MDA' | 'MCO' | 'MNG' | 'MNE' | 'MSR' | 'MAR' | 'MOZ' | 'MMR' | 'NAM' | 'NRU' | 'NPL' | 'NLD' | 'NCL' | 'NZL' | 'NIC' | 'NER' | 'NGA' | 'NIU' | 'NFK' | 'MNP' | 'NOR' | 'OMN' | 'PAK' | 'PLW' | 'PSE' | 'PAN' | 'PNG' | 'PRY' | 'PER' | 'PHL' | 'PCN' | 'POL' | 'PRT' | 'PRI' | 'QAT' | 'REU' | 'ROU' | 'RUS' | 'RWA' | 'BLM' | 'SHN' | 'KNA' | 'LCA' | 'MAF' | 'SPM' | 'VCT' | 'WSM' | 'SMR' | 'STP' | 'SAU' | 'SEN' | 'SRB' | 'SYC' | 'SLE' | 'SGP' | 'SXM' | 'SVK' | 'SVN' | 'SLB' | 'SOM' | 'ZAF' | 'SGS' | 'SSD' | 'ESP' | 'LKA' | 'SDN' | 'SUR' | 'SJM' | 'SWZ' | 'SWE' | 'CHE' | 'SYR' | 'TWN' | 'TJK' | 'TZA' | 'THA' | 'TLS' | 'TGO' | 'TKL' | 'TON' | 'TTO' | 'TUN' | 'TUR' | 'TKM' | 'TCA' | 'TUV' | 'UGA' | 'UKR' | 'ARE' | 'GBR' | 'USA' | 'UMI' | 'URY' | 'UZB' | 'VUT' | 'VEN' | 'VNM' | 'VGB' | 'VIR' | 'WLF' | 'ESH' | 'YEM' | 'ZMB' | 'ZWE'
      - `created_date` string, date-time — Created date of address
      - `modified_date` string, date-time — Modified date of address
      - `is_provider_validated` boolean — Indicates the address has been validated with a service provider
      - `is_USPS_validated` boolean — Indicates the address has been validated through the USPS
      - `links` RevAppComponentsLink[]
        - `rel` string
        - `href` string
    - `service_address` RevAppModelsAddress
      - `address_id` integer — Primary identifier for this address.
      - `customer_id` integer — Foreign identifier linking to an associated customer. Not needed for Service, Billing, or Listing addresses.
      - `first_name` string — First name of person associated with this address. Not needed if Company_Name is filled.
      - `middle_initial` string — Middle initial of person associated with this address.
      - `last_name` string — Last name of person associated with this address. Not needed if Company_Name is filled.
      - `company_name` string — Name of the company associated with this address. Not needed if First and Last Name is filled.
      - `line_1` string — First line of address. (i.e. Street Number, Street Name, Post Direction)
      - `line_2` string — Second line of address. (i.e. Apt, Unit, Floor)
      - `city` string
      - `state_or_province` string — State if USA, Province for some other countries.
      - `postal_code` string — Zip for USA (5-digit), can be longer for other countries.
      - `postal_code_extension` string — Zip+4 for USA
      - `country_code` 'AFG' | 'ALA' | 'ALB' | 'DZA' | 'ASM' | 'AND' | 'AGO' | 'AIA' | 'ATA' | 'ATG' | 'ARG' | 'ARM' | 'ABW' | 'AUS' | 'AUT' | 'AZE' | 'BHS' | 'BHR' | 'BGD' | 'BRB' | 'BLR' | 'BEL' | 'BLZ' | 'BEN' | 'BMU' | 'BTN' | 'BOL' | 'BES' | 'BIH' | 'BWA' | 'BVT' | 'BRA' | 'IOT' | 'BRN' | 'BGR' | 'BFA' | 'BDI' | 'CPV' | 'KHM' | 'CMR' | 'CAN' | 'CYM' | 'CAF' | 'TCD' | 'CHL' | 'CHN' | 'CXR' | 'CCK' | 'COL' | 'COM' | 'COG' | 'COD' | 'COK' | 'CRI' | 'CIV' | 'HRV' | 'CUB' | 'CUW' | 'CYP' | 'CZE' | 'DNK' | 'DJI' | 'DMA' | 'DOM' | 'ECU' | 'EGY' | 'SLV' | 'GNQ' | 'ERI' | 'EST' | 'ETH' | 'FLK' | 'FRO' | 'FJI' | 'FIN' | 'FRA' | 'GUF' | 'PYF' | 'ATF' | 'GAB' | 'GMB' | 'GEO' | 'DEU' | 'GHA' | 'GIB' | 'GRC' | 'GRL' | 'GRD' | 'GLP' | 'GUM' | 'GTM' | 'GGY' | 'GIN' | 'GNB' | 'GUY' | 'HTI' | 'HMD' | 'VAT' | 'HND' | 'HKG' | 'HUN' | 'ISL' | 'IND' | 'IDN' | 'IRN' | 'IRQ' | 'IRL' | 'IMN' | 'ISR' | 'ITA' | 'JAM' | 'JPN' | 'JEY' | 'JOR' | 'KAZ' | 'KEN' | 'KIR' | 'PRK' | 'KOR' | 'XKX' | 'KWT' | 'KGZ' | 'LAO' | 'LVA' | 'LBN' | 'LSO' | 'LBR' | 'LBY' | 'LIE' | 'LTU' | 'LUX' | 'MAC' | 'MKD' | 'MDG' | 'MWI' | 'MYS' | 'MDV' | 'MLI' | 'MLT' | 'MHL' | 'MTQ' | 'MRT' | 'MUS' | 'MYT' | 'MEX' | 'FSM' | 'MDA' | 'MCO' | 'MNG' | 'MNE' | 'MSR' | 'MAR' | 'MOZ' | 'MMR' | 'NAM' | 'NRU' | 'NPL' | 'NLD' | 'NCL' | 'NZL' | 'NIC' | 'NER' | 'NGA' | 'NIU' | 'NFK' | 'MNP' | 'NOR' | 'OMN' | 'PAK' | 'PLW' | 'PSE' | 'PAN' | 'PNG' | 'PRY' | 'PER' | 'PHL' | 'PCN' | 'POL' | 'PRT' | 'PRI' | 'QAT' | 'REU' | 'ROU' | 'RUS' | 'RWA' | 'BLM' | 'SHN' | 'KNA' | 'LCA' | 'MAF' | 'SPM' | 'VCT' | 'WSM' | 'SMR' | 'STP' | 'SAU' | 'SEN' | 'SRB' | 'SYC' | 'SLE' | 'SGP' | 'SXM' | 'SVK' | 'SVN' | 'SLB' | 'SOM' | 'ZAF' | 'SGS' | 'SSD' | 'ESP' | 'LKA' | 'SDN' | 'SUR' | 'SJM' | 'SWZ' | 'SWE' | 'CHE' | 'SYR' | 'TWN' | 'TJK' | 'TZA' | 'THA' | 'TLS' | 'TGO' | 'TKL' | 'TON' | 'TTO' | 'TUN' | 'TUR' | 'TKM' | 'TCA' | 'TUV' | 'UGA' | 'UKR' | 'ARE' | 'GBR' | 'USA' | 'UMI' | 'URY' | 'UZB' | 'VUT' | 'VEN' | 'VNM' | 'VGB' | 'VIR' | 'WLF' | 'ESH' | 'YEM' | 'ZMB' | 'ZWE'
      - `created_date` string, date-time — Created date of address
      - `modified_date` string, date-time — Modified date of address
      - `is_provider_validated` boolean — Indicates the address has been validated with a service provider
      - `is_USPS_validated` boolean — Indicates the address has been validated through the USPS
      - `links` RevAppComponentsLink[]
        - `rel` string
        - `href` string
    - `listing_address` RevAppModelsAddress
      - `address_id` integer — Primary identifier for this address.
      - `customer_id` integer — Foreign identifier linking to an associated customer. Not needed for Service, Billing, or Listing addresses.
      - `first_name` string — First name of person associated with this address. Not needed if Company_Name is filled.
      - `middle_initial` string — Middle initial of person associated with this address.
      - `last_name` string — Last name of person associated with this address. Not needed if Company_Name is filled.
      - `company_name` string — Name of the company associated with this address. Not needed if First and Last Name is filled.
      - `line_1` string — First line of address. (i.e. Street Number, Street Name, Post Direction)
      - `line_2` string — Second line of address. (i.e. Apt, Unit, Floor)
      - `city` string
      - `state_or_province` string — State if USA, Province for some other countries.
      - `postal_code` string — Zip for USA (5-digit), can be longer for other countries.
      - `postal_code_extension` string — Zip+4 for USA
      - `country_code` 'AFG' | 'ALA' | 'ALB' | 'DZA' | 'ASM' | 'AND' | 'AGO' | 'AIA' | 'ATA' | 'ATG' | 'ARG' | 'ARM' | 'ABW' | 'AUS' | 'AUT' | 'AZE' | 'BHS' | 'BHR' | 'BGD' | 'BRB' | 'BLR' | 'BEL' | 'BLZ' | 'BEN' | 'BMU' | 'BTN' | 'BOL' | 'BES' | 'BIH' | 'BWA' | 'BVT' | 'BRA' | 'IOT' | 'BRN' | 'BGR' | 'BFA' | 'BDI' | 'CPV' | 'KHM' | 'CMR' | 'CAN' | 'CYM' | 'CAF' | 'TCD' | 'CHL' | 'CHN' | 'CXR' | 'CCK' | 'COL' | 'COM' | 'COG' | 'COD' | 'COK' | 'CRI' | 'CIV' | 'HRV' | 'CUB' | 'CUW' | 'CYP' | 'CZE' | 'DNK' | 'DJI' | 'DMA' | 'DOM' | 'ECU' | 'EGY' | 'SLV' | 'GNQ' | 'ERI' | 'EST' | 'ETH' | 'FLK' | 'FRO' | 'FJI' | 'FIN' | 'FRA' | 'GUF' | 'PYF' | 'ATF' | 'GAB' | 'GMB' | 'GEO' | 'DEU' | 'GHA' | 'GIB' | 'GRC' | 'GRL' | 'GRD' | 'GLP' | 'GUM' | 'GTM' | 'GGY' | 'GIN' | 'GNB' | 'GUY' | 'HTI' | 'HMD' | 'VAT' | 'HND' | 'HKG' | 'HUN' | 'ISL' | 'IND' | 'IDN' | 'IRN' | 'IRQ' | 'IRL' | 'IMN' | 'ISR' | 'ITA' | 'JAM' | 'JPN' | 'JEY' | 'JOR' | 'KAZ' | 'KEN' | 'KIR' | 'PRK' | 'KOR' | 'XKX' | 'KWT' | 'KGZ' | 'LAO' | 'LVA' | 'LBN' | 'LSO' | 'LBR' | 'LBY' | 'LIE' | 'LTU' | 'LUX' | 'MAC' | 'MKD' | 'MDG' | 'MWI' | 'MYS' | 'MDV' | 'MLI' | 'MLT' | 'MHL' | 'MTQ' | 'MRT' | 'MUS' | 'MYT' | 'MEX' | 'FSM' | 'MDA' | 'MCO' | 'MNG' | 'MNE' | 'MSR' | 'MAR' | 'MOZ' | 'MMR' | 'NAM' | 'NRU' | 'NPL' | 'NLD' | 'NCL' | 'NZL' | 'NIC' | 'NER' | 'NGA' | 'NIU' | 'NFK' | 'MNP' | 'NOR' | 'OMN' | 'PAK' | 'PLW' | 'PSE' | 'PAN' | 'PNG' | 'PRY' | 'PER' | 'PHL' | 'PCN' | 'POL' | 'PRT' | 'PRI' | 'QAT' | 'REU' | 'ROU' | 'RUS' | 'RWA' | 'BLM' | 'SHN' | 'KNA' | 'LCA' | 'MAF' | 'SPM' | 'VCT' | 'WSM' | 'SMR' | 'STP' | 'SAU' | 'SEN' | 'SRB' | 'SYC' | 'SLE' | 'SGP' | 'SXM' | 'SVK' | 'SVN' | 'SLB' | 'SOM' | 'ZAF' | 'SGS' | 'SSD' | 'ESP' | 'LKA' | 'SDN' | 'SUR' | 'SJM' | 'SWZ' | 'SWE' | 'CHE' | 'SYR' | 'TWN' | 'TJK' | 'TZA' | 'THA' | 'TLS' | 'TGO' | 'TKL' | 'TON' | 'TTO' | 'TUN' | 'TUR' | 'TKM' | 'TCA' | 'TUV' | 'UGA' | 'UKR' | 'ARE' | 'GBR' | 'USA' | 'UMI' | 'URY' | 'UZB' | 'VUT' | 'VEN' | 'VNM' | 'VGB' | 'VIR' | 'WLF' | 'ESH' | 'YEM' | 'ZMB' | 'ZWE'
      - `created_date` string, date-time — Created date of address
      - `modified_date` string, date-time — Modified date of address
      - `is_provider_validated` boolean — Indicates the address has been validated with a service provider
      - `is_USPS_validated` boolean — Indicates the address has been validated through the USPS
      - `links` RevAppComponentsLink[]
        - `rel` string
        - `href` string
    - `currency_code` 'USD' | 'AFN' | 'DZD' | 'ARS' | 'AMD' | 'AWG' | 'AUD' | 'AZN' | 'BSD' | 'BHD' | 'THB' | 'PAB' | 'BBD' | 'BYN' | 'BZD' | 'BMD' | 'VEF' | 'BOB' | 'BRL' | 'BND' | 'BGN' | 'BIF' | 'CVE' | 'CAD' | 'KYD' | 'XOF' | 'XAF' | 'XPF' | 'CLP' | 'COP' | 'KMF' | 'CDF' | 'BAM' | 'NIO' | 'CRC' | 'CUP' | 'CZK' | 'GMD' | 'DKK' | 'MKD' | 'DJF' | 'STD' | 'DOP' | 'VND' | 'XCD' | 'EGP' | 'SVC' | 'ETB' | 'EUR' | 'FKP' | 'FJD' | 'HUF' | 'GHS' | 'GIP' | 'HTG' | 'PYG' | 'GNF' | 'GYD' | 'HKD' | 'UAH' | 'ISK' | 'INR' | 'IRR' | 'IQD' | 'JMD' | 'JOD' | 'KES' | 'PGK' | 'LAK' | 'HRK' | 'KWD' | 'AOA' | 'MMK' | 'GEL' | 'LBP' | 'ALL' | 'HNL' | 'SLL' | 'LRD' | 'LYD' | 'SZL' | 'LSL' | 'MGA' | 'MWK' | 'MYR' | 'MUR' | 'MXN' | 'MXV' | 'MDL' | 'MAD' | 'MZN' | 'BOV' | 'NGN' | 'ERN' | 'NAD' | 'NPR' | 'ANG' | 'ILS' | 'TWD' | 'NZD' | 'BTN' | 'KPW' | 'NOK' | 'MRO' | 'TOP' | 'PKR' | 'MOP' | 'CUC' | 'UYU' | 'PHP' | 'GBP' | 'BWP' | 'QAR' | 'GTQ' | 'ZAR' | 'OMR' | 'KHR' | 'RON' | 'MVR' | 'IDR' | 'RUB' | 'RWF' | 'SHP' | 'SAR' | 'RSD' | 'SCR' | 'SGD' | 'PEN' | 'SBD' | 'KGS' | 'SOS' | 'TJS' | 'SSP' | 'LKR' | 'SDG' | 'SRD' | 'SEK' | 'CHF' | 'SYP' | 'BDT' | 'WST' | 'TZS' | 'KZT' | 'TTD' | 'MNT' | 'TND' | 'TRY' | 'TMT' | 'AED' | 'UGX' | 'CLF' | 'COU' | 'UYI' | 'USN' | 'UZS' | 'VUV' | 'CHE' | 'CHW' | 'KRW' | 'YER' | 'JPY' | 'CNY' | 'ZMW' | 'ZWL' | 'PLN' — The three-letter currency code used by customer.
    - `customer_id` integer — Primary identifier for this customer.
    - `parent_customer_id` integer — Foreign identifier indicating a parent account.
    - `account_number` string — Customizable account identifier.
    - `activated_date` string, date-time — Date and time account activated.
    - `agent_id` integer — Foreign identifier indicating association with an agent.
    - `secondary_agent_id` integer — Additional foreign identifier indicating association with another agent (use agent_id first).
    - `close_date` string, date-time — Date and time account closed completely.
    - `created_by` integer — Foreign identifier indicating user who created this.
    - `created_date` string, date-time — Date and time this account was created.
    - `updated_date` string, date-time — Date and time this account was updated.
    - `email` string — Primary contact email (or emails separated by comma).
    - `is_parent` boolean — Indicates account is a parent to other accounts.
    - `registration_code` string — Unique security code needed for BillCenter.net registration.
    - `security_pin` string — Pin, code, or password used to verify account ownership.
    - `sold_by` integer — Foreign identifier indicating user who made the sale to end user.
    - `source` string — Describes the system or method by which the account was created.
    - `status` 'ALL' | 'PROSPECT' | 'PENDING' | 'CLOSED' | 'OPEN' — Current status of the account. NOTE: The ALL value is not currently supported.
    - `auto_debit` RevAppModelsCustomersAutoDebit
      - `enabled` boolean — Indicates account is setup for auto debiting.
      - `day` integer — Indicates the day of the month debiting occurs. Set to 0 (Zero) or omit if debiting should occur on due date.
      - `payment_account_id` integer — Foreign identifier indicating the method and credentials used when debiting (i.e. credit card information).
    - `finance` RevAppModelsCustomersFinance
      - `amount_due` number, double — Total balance that has been reported on a bill.
      - `amount_overdue` number, double — Total balance that is past it's due date.
      - `bill_profile_id` integer — Foreign identifier indicating the bill profile.
      - `billing_method` 'PRINT_ONLY' | 'EMAIL_ONLY' | 'BOTH' | 'NONE' — Indicates how bills are delivered, if at all.
      - `balance` number, double — Total balance, including transactions not yet reported on a bill.
      - `balance_limit` number, double — Balance threshold for this limiter.
      - `balance_limit_enabled` boolean — Indicates a balance limit is enforced.
      - `due_date` string, date-time — Oldest due date with remaining balance.
      - `collection_template_id` integer — Foreign identifier indicating the collection steps to take if account becomes overdue.
      - `contract_end_date` string, date-time — Date service contract ends.
      - `contract_start_date` string, date-time — Date service contract starts.
      - `cycle_date` string, date-time — Current cycle date of the account.
      - `late_fees_enabled` boolean — Indicates account is applicable to late fee rules.
      - `payment_terms_days` integer — Overrides bill profile. Offsets the due date by a number of days relative to the cycle date. Can be positive or negative. When Zero, due date will be equal to the cycle date.
      - `tax_exempt_enabled` boolean — Indicates account has some level of tax exemption.
      - `tax_exempt_types` string — Expresses exactly what types of tax the account is exempt from. Multiple SureTax exemptions are separated via the '|' character.
      - `usage_file_enabled` boolean — Indicates account should produce a usage record export file at bill creation.
      - `usage_file_format` 'H2O' | 'EMI' | 'Reseller' — Indicates the format of that export file.
      - `payment_fees_enabled` boolean — Indicates account is applicable to payment fee rules.
      - `links` RevAppComponentsLink[]
        - `rel` string
        - `href` string
    - `profile` RevAppModelsCustomersProfile
      - `class` 'Business' | 'Residential' — Indicates account is Residential or Business.
      - `date_of_birth` string, date-time
      - `language` string — Indicates language end user speaks.
      - `tax_id` string — Tax identification number (SSN or EIN).
    - `fields` RevAppModelsFieldValue[]
      - `field_id` integer — Primary identifier for this custom field.
      - `label` string — User-defined identifier representing the custom field.
      - `value` string — Value of the custom field.
      - `links` RevAppComponentsLink[]
        - `rel` string
        - `href` string
    - `suspended` boolean — Indicates whether this account is suspended or not.
    - `suspended_date` string, date-time — Date and time at least one service on the account went was marked as suspended.
    - `culture` string — Culture used by customer.
    - `prevent_closing_for_no_active_service_products` boolean — Indicates whether this account's status will change to Closed when there are no active service products.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string

## Other responses

- `500` — InternalServerError

---

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