Skip to main content
POST
/
hooks
/
perform
JavaScript
import DroidrunCloud from 'droidrun-cloud';

const client = new DroidrunCloud({
  apiKey: 'My API Key',
});

const response = await client.hooks.perform();

console.log(response);
[
  {}
]

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Response

200 - application/json

Successful Response

The response is of type Response Perform Hook Hooks Perform Post · object[].