{
"clientId": "yourmarketplace_client_a1b2c3d4",
"clientSecretMasked": "cs_secret_***...c3d4",
"redirectUris": [
"https://yourmarketplace.com/oauth/callback"
],
"allowedScopes": [
"data.share.sales",
"data.share.fulfillment",
"data.share.payouts",
"data.share.risk",
"data.share.profile",
"credit.score.read",
"repayment.report"
],
"authorizationUrl": "https://api.opensylo.com/oauth/authorize",
"tokenUrl": "https://api.opensylo.com/oauth/token",
"dataIngestionUrl": "https://api.opensylo.com/api/marketplace/data/merchant"
}