import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const redTeamSpecs = await client.dataframer.redTeamSpecs.list();
console.log(redTeamSpecs);{}List all red team specs for the user’s company
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
const redTeamSpecs = await client.dataframer.redTeamSpecs.list();
console.log(redTeamSpecs);{}API Key authentication. Format: "Bearer YOUR_API_KEY"
The response is of type object.