collections
Create Collection
POST
/
apps
/
{app_id}
/
users
/
{user_id}
/
collections
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
app_id
string
requireduser_id
string
requiredBody
application/json
name
string
requiredmetadata
object | null
Response
200 - application/json
id
string
requiredname
string
requireduser_id
string
requiredmetadata
object
requiredcreated_at
string
required