Skip to main content

Body

name
string
required
Name of your application
email
string
required
Email of your application
Example:
{
	"name": "Kitchen inventory app",
	"email": "[email protected]"
}

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"
}