Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location 'https://app.onlysocial.io/os/api/panel/receipts' \
--header 'Authorization: Bearer <token>'
Responses
A paginated list of receipts
This response does not have a body.
Modified at 2026-06-14 08:07:00