Skip to main content
GET
List Client Models

Authorizations

Authorization
string
header
required

Your SLNG consumer API key.

Query Parameters

page
integer | null
default:1

Page number to return, starting at 1. Defaults to 1.

Required range: x >= 1
page_size
integer | null

Number of client models per page (minimum 1). Defaults to 20.

Required range: x >= 1

Response

A page of client models owned by your organisation.

A page of client models: items holds the models for the requested page and meta carries the pagination counters.

items
ClientModelOut · object[]
required
meta
PaginationMeta · object
required

Pagination counters for a list response: the current page, the page_size, the total item count, and the number of pages.

Example: