latestOpenAPI 3.0.12026-08-1091181421.2 KB
44eb39b4bd65
Issuers
Organizations
List public issuers for the specified organization with pagination and optional name filtering
get/v2/organizations/{id}/public-issuers
Path parameters
idstring required
Query parameters
nameQuerystring
Case-insensitive filter for the name of the issuers
numstring
Number of items to return per page
pagestring
Index of the requested page (1-based)
Response
OK
Example response
{
"items": [
{
"badgeSkillLinkingPreferences": {
"indeedRegion": "us",
"serverUri": "https://example.com/",
"type": "TALENT_NEURON"
},
"issuerId": "67e9d238c5afe622816febb3",
"organizationId": "65e9d238c5afe622816febb3"
}
],
"pagination": {
"currentPage": 1,
"hasNextPage": true,
"pageSize": 10,
"totalCount": 100,
"totalPages": 6
}
}