The unique identifier of the API key to add an allowed domain to
Data8 Administration & Batch Data Cleansing API
Manage your Data8 account, submit data to batch data cleansing jobs and retrieve the results
Jobs are submitted to workflows that are built for you by the Data8 Production Team to your specifications, and the details of the data to be provided to each workflow and generated by it will be documented by them.
If you do not already have a workflow available to submit jobs to, please get in touch with your account manager to discuss your requirements.
All requests must be authenticated using an Authorization: Bearer
header, with the bearer token being obtained from the Data8 OAuth token server at https://auth.data-8.co.uk/connect/token
.
Adds an IP address to the list that an API key can be used from
HTTP Method: PUT
Operation Id: ApiKey_AddAllowedIPPUT
If prefix is left blank, this method will attempt to parse network as an IP address range. In this case it should be presented as a CIDR string, e.g. 123.45.6.0/24
If this is used in a key that will be used from client-side code, all clients must connect from an allowed IP address. In most cases this list will be left blank for client-side keys to allow users to connect from any IP address, but would be tightly restricted for server-side keys where all requests are made from a small range of known IP addresses.
The subnet that the API key can be used from
The number of bits of the network that identifies the allowed subnet
{ "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string" }
{ "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string" }