Batch Compliance
Create compliance job
Creates a compliance for the given job type
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
A request to create a new batch compliance job.
Type of compliance job to list.
Available options:
tweets
, users
User-provided name for a compliance job.
Maximum length:
64
Example:
"my-job"
If true, this endpoint will return a pre-signed URL with resumable uploads enabled.
Response
200
application/json
The request has succeeded.
An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).