Platform API Reference

paas/account/close

URL: https://fleep.io/api/paas/account/close

Close platform account.

Input:

ticket      text            - admin's ticket
account_id  uuid            - account to be closed

Output:

None

paas/account/create

URL: https://fleep.io/api/paas/account/create

Create new platform account. Returns cookie for the newly created user.

Input:

ticket          text        - admin's ticket
display_name    text        - optional full name

Output:

ticket          text        - user's ticket, must be added as parameter for all subsequent API calls
account_id      uuid

Table Of Contents

Previous topic

Fleep as a Platform

Next topic

Fleep Platform API Tutorial