Creates a new customer activity for a product, with an optional image upload. Either collection_slug or collection_id must be provided. Either owner_email or user_id must be provided.
The API key required for accessing protected routes. It should be included in the request headers as x-api-key.
The token ID of the product associated with the activity.
x >= 1The slug of the collection. Either collection_slug or collection_id must be provided.
The UUID of the collection. Either collection_slug or collection_id must be provided.
Optional title for the activity.
100Content for the activity.
500The location where the activity occurred.
100The email of the activity's owner. Either owner_email or user_id must be provided.
The UUID of the user. Either owner_email or user_id must be provided.
Optional image file to upload with the activity.
Activity created successfully.
The unique identifier for the activity.
The type of activity that occurred.
CREATOR, CUSTOMER, BLOCKCHAIN, SYSTEM The title or headline for the activity.
The main content or description of the activity.
The physical or virtual location where the activity occurred.
The unique identifier of the product/token associated with this activity.
The unique identifier of the user who performed or is associated with this activity.
The image media associated with the activity. Note that only the url field is populated in activity responses.
The video media associated with the activity. Note that only the url and poster_url fields are populated in activity responses.
The gallery items related to the activity. Note that only url, file_type, poster_url, and order fields are populated in activity responses.
The timestamp when the activity was created.
The timestamp when the activity was last updated.