Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.teamm.work/llms.txt

Use this file to discover all available pages before exploring further.

Body

name
string
required
Name of your application
email
string
required
Email of your application
centerApiPublicKey
string
required
Public API key of the center
Example:
{
	"name": "Kitchen inventory app",
	"email": "kitchen.inventory@mail.com",
	"centerApiPublicKey": "pk_abc123def456"
}

Response

As a response you will get your APP ID.
Very important: Save your app ID immediately as you cannot see it later! Make sure to store it securely as you’ll need it for all future API calls.
{
	"appId": "a1b2c3d4-e5f6-7890-1234-56789abcdef0"
}