Reset API
get/paths/goal_reset_all
Query parameters
idstring
App ID
device_typestring
Accepted values are web, roku_os, ios, tv_os, android_os (additional values for custom devices may be specified). Defaults to web if not specified.
client_reset_completestring
Should default to true. Client should also clear any cached states of previous prompts.
Headers
user-idstring
Unique identifier for the unauthenticated user
anonymous-user-idstring
Unique authenticated identifier for the user
Response
200
Example response
{
"success": true,
"configs": {
"ping_frequency": 10
}
}