payram-analytics
Installation
SKILL.md
PayRam Analytics — Direct API Access
Need authentication first? See
payram-authto get your Bearer token.
This skill teaches you to call PayRam dashboard APIs directly — no MCP server required. Just a BASE_URL and a Bearer token.
Prerequisites
Before using these APIs, you need:
BASE_URL— Your PayRam server URL (e.g.,https://bedpayments.com:8443)ACCESS_TOKEN— JWT Bearer token (seepayram-auth)PROJECT_ID— Auto-discovered (see below)
Every request below uses this header:
Authorization: Bearer <ACCESS_TOKEN>