Skip to main content
POST
/
hooks
/
perform
JavaScript
import Mobilerun from '@mobilerun/sdk';

const client = new Mobilerun({
  apiKey: process.env['MOBILERUN_CLOUD_API_KEY'], // This is the default and can be omitted
});

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