v1
latestOpenAPI 3.1.02026-07-14460151.1 KBList Organizations
List of the organizations
get/v2/organizations
Query parameters
limitstring
Return up to this many results per page. (≤ 50 default 15)
pagestring
Return the data of the specified page
Response
200
Example response
{
"data": [
{
"id": 5,
"external_id": "112100",
"name": "Company X",
"created_at": "2026-01-30T10:02:08-05:00"
}
],
"pagination": {
"path": "https://api.corporatemerch.com/v2/organizations",
"total": 4,
"limit": 2,
"current_page": 1,
"last_page": 2,
"has_more": true
}
}