GET config
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ConfigResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| publishableKey | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"publishableKey": "sample string 1"
}
application/xml, text/xml
Sample:
<ConfigResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ncdc.api.ViewModels"> <PublishableKey>sample string 1</PublishableKey> </ConfigResponse>
multipart/form-data
Sample:
<ConfigResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ncdc.api.ViewModels"><PublishableKey>sample string 1</PublishableKey></ConfigResponse>