The details of the key to create
{ "key": "string", "description": "string", "username": "string", "expiresOn": "1970-01-01T00:00:00.0000000Z", "maxRequestsPerIPPerDay": 0, "isClientKey": true }
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
.
Creates a new API key
HTTP Method: POST
Operation Id: ApiKey_CreateApiKey
The details of the key to create
{ "key": "string", "description": "string", "username": "string", "expiresOn": "1970-01-01T00:00:00.0000000Z", "maxRequestsPerIPPerDay": 0, "isClientKey": true }
The details of the newly created key
{ "key": "string", "description": "string", "username": "string", "expiresOn": "1970-01-01T00:00:00.0000000Z", "maxRequestsPerIPPerDay": 0, "allowedDomains": [], "allowedIPs": [], "allowedServices": [] }
{ "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string" }