Create Context
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
type
Type of context.
data
Data of context.
is_event
Whether the context is an event.
metadata
Metadata of context.
Response
This endpoint returns an object.
context_id
ID of context.
type
Type of context.
data
Data of context.
is_event
Whether the context is an event.
updated_at
Time at which context was last updated.
created_at
Time at which context was created.
metadata
Metadata of context.