Authorizations
Your secret API key is used to access every Miso API endpoint. You should secure this key and only use it on a backend server. Never leave this key in your client-side JavaScript code. If the private key is compromised, you can revoke it in Dojo and get a new one.
Specify your secret key in the api_key query parameter. For example:
POST /v1/users?api_key=039c501ac8dfcac91c6f05601cee876e1cc07e17Body
Identifies the signed-in user who performed the interaction.
"2179873"
A pseudo-unique substitute for the User Id
"403fb18e-98ff-434d-8585-726fabf5ed37"
Set the variant_name if you want to assign a user to a specific variant. Most of the time, you don't need to pass this field. Instead, the system will automatically assign a variant for this user.
"Treatment_Group"
The time the user is assigned to the variant group. If not set, current time will be used.
"2022-01-23T12:34:56-08:00"