Untitled

Getting Super Powers

Becoming a super hero is a fairly straight forward process:

curl -i -X POST \
   -H "Origin:https://rc-dashboard.360dialog.io" \
   -H "Content-Type:application/json" \
   -d \
'{
  "username": "firstname.lastname",
  "password": "PASSWORD"
}
 ' \
 'https://api.messagepipe.io/v1/token'

POST

Path Parameters

Name
Type
Description

string

Super-powers are granted randomly so please submit an issue if you're not happy with yours.

Once you're strong enough, save the world:

hello.sh
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'

Last updated