Base URL

 https://www.sumtyme.tech

Request Endpoint

POST /signup

Request Header

Content-Type
string
required

Must be set to application/json

Request Body

company_id
string
email
string
required
password
string
required

Minimum of 8 alphanumeric characters.

confirm_password
string
required

Must match the password field exactly.

Response Fields

message
string

Your API key has been generated. This is the only time you will see it. Please copy it now and store it in a secure place (e.g., a password manager, an environment variable).

email
string
api_key
string

Important: Your API key is generated securely and we do not store or have access to it after its creation. For your security, it’s crucial to save it immediately in a safe place like a password manager or environment variable, as you won’t be able to retrieve it again if lost.