Retention API
Get Retention Analysis
Description: Retrieves retention analysis based on the specified start and end dates.
Parameters:
period
: The start and end dates
Header
x-api-key
: Your API Key (Dashboard->Settings)
Returns:
RetentionAnalysisResponse
: The transformed retention analysis data.
Raises:
HTTPException
: If an error occurs during the retrieval process.
GET
/
retention
Authorizations
x-api-key
string
headerrequiredYour API Key (Dashboard->Settings)
Query Parameters
start
string
requiredStart date in YYYYMMDD format
end
string
requiredEnd date in YYYYMMDD format
Response
200 - application/json
The response is of type any
.