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

NumberOptional

Maximum number of items to return (1-100)

after

StringOptional

Return items after this ID

before

StringOptional

Return items before this ID

cursor

StringOptional

Pagination cursor from a previous response

order

EnumOptional

Sort 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_..."