Download OpenAPI specification:Download
accessToken | string accessToken generated from our backoffice. Required permissions: create account |
{- "email": "newuser_2023@gmail.com",
- "role_name": "student",
- "group_permission_ids": [ ],
- "create_account": true
}
accessToken | string Example: {{ACCESSTOKEN}} |
string E-mail for the account being created | |
role_name | string Role for the account. Possible values are student, admin or teacher |
group_permission_ids | Array of integers Groups the account will be added to. Array of integer ids. If none is provided, account is still being added to the default (free) group |
{- "email": "newuser_2025abc@gmail.com",
- "role_name": "student",
- "group_permission_ids": [ ]
}
{- "user": { },
- "magic_link": "string"
}
accessToken | string Example: {{ACCESSTOKEN}} |
{- "type": "catalog",
- "item_id": 2629,
- "price": 123,
- "user_id": 23956,
- "external_id": "my-transaction_token",
- "metadata": [
- {
- "transaction": 123,
- "gateway": "pagarme"
}
]
}
accessToken | string Example: {{ACCESSTOKEN}} |
{- "items": [
- {
- "id": 6,
- "type": "course",
- "price": 1234
}, - {
- "id": 5,
- "type": "course",
- "price": 1234
}
], - "email": "gandrade@2mundos.net",
- "external_id": "my-transaction_token",
- "metadata": [
- {
- "transaction": 123,
- "gateway": "stripe"
}
]
}