Base URL

 https://www.sumtyme.com/shared

Request Endpoint

POST /auth/generate-api-key

Request Headers

Content-Type
string
required

Must be set to application/json

Request Body

email
string
required

The email address associated with your account

password
string
required

The current password associated with your account

Response Fields

api_key
string

The API key used to authenticate requests to the API. Valid for 24 hours.

API keys expire 24 hours after creation and will need to be regenerated.

Example - API Key Request

Example - Response