Consumer Session
No parameters required
POSThttp://api.metorial.com/consumer/session
curl -X POST "https://api.metorial.com/consumer/session" \-H "Authorization: Bearer metorial_sk_..."
No parameters required
POSThttp://api.metorial.com/consumer/profile
curl -X POST "https://api.metorial.com/consumer/profile" \-H "Authorization: Bearer metorial_sk_..."
Query Parameters
limit
NumberOptionalMaximum number of items to return (1-100)
after
StringOptionalReturn items after this ID
before
StringOptionalReturn items before this ID
cursor
StringOptionalPagination cursor from a previous response
order
EnumOptionalSort order for results
POSThttp://api.metorial.com/consumer/profile/groups
curl -X POST "https://api.metorial.com/consumer/profile/groups" \-H "Authorization: Bearer metorial_sk_..."