POST https://admin.pubnub.com/api/me
[email protected]
password=password
Step 1 will return authentication details including a TOKEN and APP_ID. You will need both of these values for all following requests.
GET https://admin.pubnub.com/api/apps/APP_ID_HERE/keys?token=TOKEN_HERE
Step 2 will allow you to view all keys associated with an APP.
POST https://admin.pubnub.com/api/keys?token=TOKEN_HERE
app_id=APP_ID_HERE
Step 3 allwos you to create new API Keys.
Do you know if there is any documentation in relation to the 'admin' API? There is minimal mention of it in any of the docs.