Refport

Get embedded portal config

GET
/api/embed/referrals/portal-config

Authorization

embedBearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/embed/referrals/portal-config"
{  "allowedOrigins": [],  "programDescription": "string",  "programName": "string",  "showBranding": true,  "showEarnings": true,  "showPayoutHistory": true,  "showReferralLink": true,  "showStats": true,  "theme": {    "description": "string",    "fontFamily": "string",    "logoUrl": "string",    "shadcnTheme": {      "dark": {        "property1": "string",        "property2": "string"      },      "light": {        "property1": "string",        "property2": "string"      }    },    "title": "string"  }}