🐶 OnlySocial API Walk through
Authentication
Generate a token
1.
2.
3.
4.
5.
Using Your Token
Authorization
header to all your HTTP calls. The Authorization
header is formatted as such:Authorization: Bearer <token>
(replace <token>
with your token previously generated).https://app.onlysocial.io/os/api/*
Modified at 2024-06-29 16:02:03