API Reference

Activate the app

Activate the app for a customer. Unlike the activation request endpoint, the activation will be in ACTIVE status.
The app must have been published on the site prior to invocation, otherwise a not found response is sent.
(ie you have to use the same site api key to activate the app)
If an activation already exists for this app and this customer, a conflict error is sent.
If the customer does not exist, it will be created.
If the customer already exists, it will be updated with the provided data.

Log in to see full request history
Path Params
uuid
required
Body Params
string
required

can be anything unique like the customer email

string
string
string

also fill this property if the id is the email (will be used for email notification)

customer_other_properties
object

map (key/values) of custom properties you would like to retrieve later

Responses
201

App has been activated (location header = /activations/{id})

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here! Or choose an example:
application/json