OneSignal\Apps::getAll PHP Method

getAll() public method

User authentication key must be set.
public getAll ( ) : array
return array
    public function getAll()
    {
        return $this->api->request('GET', '/apps', ['Authorization' => 'Basic ' . $this->api->getConfig()->getUserAuthKey()]);
    }