Get Configuration by configId
The Get Configuration by configId endpoint enables you to retrieve details for a specific configuration by the configId.
You can retrieve details on a configuration by making a GET request to the Get Configuration by Config ID endpoint, with the configId of the configuration you want to view included in the URL. For example:
{{base-url}}/eds/api/v1/Configs/{configId}If successful, a 200 response is returned with details of the configuration. See the below example.
{
  "status": "success",
  "response": {
    "pmId": 20,
    "productId": 345678,
    "status": "active",
    "messageTypeFilter": [1,2],
    "createdDate": "2025-07-01T14:10:00Z",
    "lastUpdatedDate": "2025-07-01T14:10:00Z"
  }
}
More Information
- For more information on the fields in the Get Configuration by configId endpoint, see Get Configuration by configId - Field Descriptions.
- To view the endpoint in the API Explorer, see Get Configuration by ConfigId.
Updated 14 days ago
What’s Next
