{% extends "example/base.html" %} {% load url from future %} {% block content %}

Play with the API

If you have not registered an Application, try using this builtin token: test_access_token
Use JSON format, e.g. {"param":"value"}

Response:


    

API Cheat Sheet

GET /system_info

Show simple system informations, this resource is not protected in any way.

Authentication: none

GET /applications

Retrieve the list of Applications present in the playground

Authentication: none

POST /applications

Create a new Application

Authentication: OAuth2, scopes required: can_create_application

Parameters:

GET /applications/:lookup

Retrieve Application detail

Authentication: OAuth2

PUT /applications/:lookup

Update Application details

Authentication: OAuth2

Parameters: same as application creation

DELETE /applications/:lookup

Delete application

Authentication: OAuth2

{% endblock %} {% block javascript %} {% endblock javascript %}