We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NOTE: Copy pasting these commands won’t work, as Textile is buggering up the quote characters….! :-/
Logging on / requesting an authentication token from the server:
curl -i -H “Accept: application/json” -X POST -d “user_name=rapidftr&password=rapidftr” http://dev.rapidftr.com:3000/sessions
Fetching list of all children from the server:
curl -i -H “Accept: application/json” -H “Authorization: RFTR_Token <token-goes-here!>” -X GET http://dev.rapidftr.com:3000/children