Skip to content

GetMarketplaceClientConfig

Walter Lara edited this page Jul 19, 2024 · 1 revision

Get Marketplace Client Configuration

Allows to retrieves the Marketplace client configuration information.

Request

URL: /v1/client-config/marketplace

Method: GET

Path Parameters: None

Query Parameters: None

Headers:

Accept: application/json

g-recaptcha-platform: Web

g-recaptcha-token: {reCAPTCHA Token for "marketplace_config" action}

✅ Success Response

Code: 200 OK

Headers:

Content-Type: application/json

Content: Client-defined.

❌ Error Responses

1. Forbidden

Code: 403 FORBIDDEN

Condition: If reCAPTCHA fails.

Headers:

Content-Type: application/json

Content example:

{
    "code": 403,
    "description": "Forbidden",
    "cause": "Recaptcha failed"
}

See Also

Get Studio Client Configuration

Get Mobile Client Configuration

Clone this wiki locally