You can manage named values using the Platform Automation API for operations including:
Creating a named values
You can use this endpoint to add a named value.
Endpoint URL: https://test-apimanagement.education.gov.uk/api/tasks/apis/{apiId}/authentication
Retrieving all named values
You can use this endpoint to retrieve all named values.
Endpoint URL : https://test-apimanagement.education.gov.uk/api/tasks/namedvalues/{name}
Updating a named value
You can use this endpoint to update a named value.
Endpoint URL : https://test-apimanagement.education.gov.uk/api/tasks/namedvalues/{name}
Deleting a named value
You can use this endpoint to delete a named value.
Endpoint URL: https://test-apimanagement.education.gov.uk/api/tasks/namedvalues/{name}
Example
An example showing how to use a Platform Automation API endpoint for automation can found in the Example automation using an api endpoint section.