List organizations
GET
/api/v1/organizations
Organizations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://transactions.srblabs.io/api/v1/api/v1/organizations'
Response Response Example
200 - Example 1
{
"organizations": [
{
"created_at": "string",
"description": "string",
"email": "string",
"id": "string",
"logo_url": "string",
"metadata": {},
"name": "string",
"owner_id": "string",
"status": "string",
"updated_at": "string",
"website": "string"
}
],
"total_count": 0
}
Request
Query Params
page
integer
optional
limit
integer
optional
search
string
optional
Responses
Modified at 2025-04-30 01:06:49