cURL
curl --request POST \ --url https://api.polpo.sh/v1/orgs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "My Company", "slug": "my-company" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Session token from Better Auth
1 - 100
"My Company"
1 - 50
^[a-z0-9-]+$
"my-company"
Organization created