credentials.viewcurl --location --request GET 'https://api.dev.opensylo.com/api/marketplace-dashboard/credentials' \
--header 'Authorization: Bearer <token>'{
"clientId": "chowdeck_client_abc123",
"clientSecretMasked": "cs_secret_***...xyz",
"redirectUris": [
"https://chowdeck.com/oauth/callback"
],
"allowedScopes": [
"data.share.sales",
"credit.score.read"
],
"authorizationUrl": "https://api.opensylo.com/oauth/authorize",
"tokenUrl": "https://api.opensylo.com/oauth/token",
"dataIngestionUrl": "https://api.opensylo.com/api/marketplace/data/merchant"
}