POST
/
organizations
curl --request POST \
  --url https://kq5jp7qj7wdqklhsxmovkzn4l40obksv.lambda-url.eu-central-1.on.aws/organizations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "metadata": "<any>",
  "name": "<string>",
  "sequence_credits": 123
}'
{
  "consumption": [
    123
  ],
  "created_at": "<string>",
  "id": "<string>",
  "metadata": "<any>",
  "name": "<string>",
  "sequence_credits": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to create a new organization

Response

201
application/json

Organization created successfully

Complete organization information including metadata