User icon
How to post using the API

1. obtain your log in token by sending a POST request with your login information using the keys "email" and "password" at https://api.darflen.com/auth/login

2. insert your log in token in the "Authorization" header

3. you can now send any POST request using your account! for example, to send a post you would need to use https://api.darflen.com/posts/create with the keys files,textarea,audience

"group" can be used to post in a community

source: @paradock
Comments