Fetch a page of identities.
GET https://api.jsonpad.io/identitiescurl https://api.jsonpad.io/identities \
-H "Content-Type: application/json" \
-H "x-api-token: <YOUR TOKEN>"pagenumberhttps://api.jsonpad.io/lists?page=1The page number to fetch. Defaults to 1.limitnumberhttps://api.jsonpad.io/lists?limit=20The number of identities to fetch per page. Defaults to 20.orderstringhttps://api.jsonpad.io/identities?order=createdAtThe field to order the identities by. Defaults to createdAt.
Valid values are:
createdAtupdatedAtnamegroupactivateddirectionstringhttps://api.jsonpad.io/identities?direction=ascThe direction to order the identities by.
Valid values are:
ascdescnamestringhttps://api.jsonpad.io/identities?name=sampleFilter identities by name (partial match).groupstringhttps://api.jsonpad.io/identities?group=sampleFilter identities by group (partial match).x-api-tokenstringYour API token.No request body
{page: 1limit: 20total: 1data: [0: {id: "3e7d8fa9-74d0-4bab-880c-5b64f5c1f03e"createdAt: "2026-09-05T11:30:29.906Z"updatedAt: "2026-09-05T11:30:29.906Z"user: {id: "d2531e0f-1144-4e00-83b9-bcc556942f0c"createdAt: "2026-09-05T11:30:29.906Z"updatedAt: "2026-09-05T11:30:29.906Z"lastActiveAt: "2026-09-05T11:30:29.906Z"activated: truedisplayName: "Sample User"description: "Sample user description"}group: "sample-group"name: "Sample Identity"lastLoginAt: "2026-09-05T11:30:29.906Z"activated: true}]}x-total1The total number of results available.x-pages1The total number of pages available.