Create a new organization
POST
/api/v1/organizations
Organizations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://transactions.srblabs.io/api/v1/api/v1/organizations' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"name": "string"
}'
Response Response Example
201 - Example 1
{
"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"
}
Request
Body Params application/json
Responses
Modified at 2025-04-30 01:06:49