Create an app

POST

/v3/apps

Create an app for one of your customers. Pass your own ID as uid to skip storing ours.

Parameters

Name

Type

Description

uid

string

Your ID for the customer, unique per account

name

string, required

Shown in the portal and the dashboard

Request

curl https://api.sluicehq.dev/v3/apps \
  -H "Authorization: Bearer sk_test_4f9a2c7e1b" \
  -d uid=cus_1042 -d name="Harbor Supply Co."

curl https://api.sluicehq.dev/v3/apps \
  -H "Authorization: Bearer sk_test_4f9a2c7e1b" \
  -d uid=cus_1042 -d name="Harbor Supply Co."

curl https://api.sluicehq.dev/v3/apps \
  -H "Authorization: Bearer sk_test_4f9a2c7e1b" \
  -d uid=cus_1042 -d name="Harbor Supply Co."

Response

{
  "id": "app_7Hq2",
  "uid": "cus_1042",
  "name": "Harbor Supply Co.",
  "created_at": "2026-09-09T13:58:40Z"
}
{
  "id": "app_7Hq2",
  "uid": "cus_1042",
  "name": "Harbor Supply Co.",
  "created_at": "2026-09-09T13:58:40Z"
}
{
  "id": "app_7Hq2",
  "uid": "cus_1042",
  "name": "Harbor Supply Co.",
  "created_at": "2026-09-09T13:58:40Z"
}

Create a free website with Framer, the website builder loved by startups, designers and agencies.