Skip to main content
GET
/
issuers
List Issuers
curl --request GET \
  --url http://localhost:8000/issuers
{
  "items": [],
  "page": 1,
  "page_size": 20,
  "total": 0
}

Headers

authorization
string | null
x-api-key
string | null
x-tenant-id
string | null

Query Parameters

is_active
boolean | null

Filter by active status

sri_environment
enum<string> | null

Filter by SRI environment SRI environment types.

Available options:
TEST,
PRODUCTION
search
string | null

Search in razon_social, nombre_comercial, and ruc

include_archived
boolean
default:false

Include archived issuers

page
integer
default:1

Page number

Required range: x >= 1
page_size
integer
default:20

Items per page

Required range: 1 <= x <= 100

Cookies

factio_access_token
string | null

Response

Successful Response

Schema for paginated list of Issuers.

items
IssuerResponse · object[]
required
total
integer
required
page
integer
required
page_size
integer
required